|
AGX Dynamics 2.41.3.0
|
Pointer to a entity instance of type Physics.SurfaceMaterial. More...
#include <SurfaceMaterialEntity.h>
Inheritance diagram for agx::Physics::SurfaceMaterialPtr:Public Types | |
| typedef SurfaceMaterialData | DataType |
| typedef SurfaceMaterialInstance | InstanceType |
| typedef SurfaceMaterialModel | ModelType |
Public Types inherited from agx::ReferencedPtr | |
| typedef ReferencedData | DataType |
| typedef ReferencedInstance | InstanceType |
| typedef ReferencedModel | ModelType |
Public Member Functions | |
| AGXPHYSICS_EXPORT | SurfaceMaterialPtr () |
| AGXPHYSICS_EXPORT | SurfaceMaterialPtr (agxData::EntityStorage *storage, agx::Index id) |
| AGXPHYSICS_EXPORT | SurfaceMaterialPtr (const agxData::EntityInstance &instance) |
| AGXPHYSICS_EXPORT | SurfaceMaterialPtr (const agxData::EntityPtr &ptr) |
| AGXPHYSICS_EXPORT agx::Real & | adhesion () |
| AGXPHYSICS_EXPORT agx::Real const & | adhesion () const |
| AGXPHYSICS_EXPORT agx::Real & | adhesiveOverlap () |
| AGXPHYSICS_EXPORT agx::Real const & | adhesiveOverlap () const |
| AGXPHYSICS_EXPORT agx::Bool & | dirty () |
| AGXPHYSICS_EXPORT agx::Bool const & | dirty () const |
| AGXPHYSICS_EXPORT agx::Bool & | frictionEnabled () |
| AGXPHYSICS_EXPORT agx::Bool const & | frictionEnabled () const |
| SurfaceMaterialData * | getData () |
| const SurfaceMaterialData * | getData () const |
| AGXPHYSICS_EXPORT SurfaceMaterialInstance | instance () |
| AGXPHYSICS_EXPORT const SurfaceMaterialInstance | instance () const |
| AGXPHYSICS_EXPORT SurfaceMaterialSemantics * | operator-> () |
| AGXPHYSICS_EXPORT const SurfaceMaterialSemantics * | operator-> () const |
| AGXPHYSICS_EXPORT SurfaceMaterialPtr & | operator= (const agxData::EntityInstance &instance) |
| AGXPHYSICS_EXPORT SurfaceMaterialPtr & | operator= (const agxData::EntityPtr &ptr) |
| AGXPHYSICS_EXPORT agx::Real & | roughness () |
| AGXPHYSICS_EXPORT agx::Real const & | roughness () const |
| AGXPHYSICS_EXPORT agx::Real & | viscosity () |
| AGXPHYSICS_EXPORT agx::Real const & | viscosity () const |
Public Member Functions inherited from agx::ReferencedPtr | |
| AGXCORE_EXPORT | ReferencedPtr () |
| AGXCORE_EXPORT | ReferencedPtr (agxData::EntityStorage *storage, agx::Index id) |
| AGXCORE_EXPORT | ReferencedPtr (const agxData::EntityInstance &instance) |
| AGXCORE_EXPORT | ReferencedPtr (const agxData::EntityPtr &ptr) |
| ReferencedData * | getData () |
| const ReferencedData * | getData () const |
| AGXCORE_EXPORT ReferencedInstance | instance () |
| AGXCORE_EXPORT const ReferencedInstance | instance () const |
| AGXCORE_EXPORT agx::SpinMutex & | observerMutex () |
| AGXCORE_EXPORT agx::SpinMutex const & | observerMutex () const |
| AGXCORE_EXPORT agx::Vector< agxData::EntityPtr * > & | observers () |
| AGXCORE_EXPORT agx::Vector< agxData::EntityPtr * > const & | observers () const |
| AGXCORE_EXPORT ReferencedSemantics * | operator-> () |
| AGXCORE_EXPORT const ReferencedSemantics * | operator-> () const |
| AGXCORE_EXPORT ReferencedPtr & | operator= (const agxData::EntityInstance &instance) |
| AGXCORE_EXPORT ReferencedPtr & | operator= (const agxData::EntityPtr &ptr) |
| AGXCORE_EXPORT agx::UInt32 & | referenceCount () |
| AGXCORE_EXPORT agx::UInt32 const & | referenceCount () const |
Public Member Functions inherited from agxData::EntityPtr | |
| EntityPtr () | |
| EntityPtr (agxData::EntityStorage *storage, agx::Index id) | |
| EntityPtr (const agxData::EntityInstance &instance) | |
| EntityPtr (const agxData::EntityPtr &other)=default | |
| ~EntityPtr ()=default | |
| agx::Index | calculateIndex () const |
| Calculate the index using the indirect id. | |
| agxData::EntityPtr | copy () |
| Create a copy instance in the same storage. | |
| agxData::EntityPtr | copy (agxData::EntityStorage *target) |
| Copy instance to another storage. | |
| void | copyAttributes (agxData::EntityPtr source) |
| Copy instance attributes to an existing target instance. | |
| template<typename T > | |
| T & | dataSet () |
| template<typename T > | |
| const T & | dataSet () const |
| void | destroy () |
| Remove the entity from the active storage. | |
| agxData::EntityData * | getData () |
| const agxData::EntityData * | getData () const |
| agx::Index | getId () const |
| agxData::EntityModel * | getModel () |
| const agxData::EntityModel * | getModel () const |
| agxData::EntityStorage * | getStorage () const |
| agx::UInt32 | hash () const |
| void | init (agxData::EntityStorage *storage, agx::Index id) |
| Set the target storage and id. | |
| agxData::EntityInstance | instance () |
| const agxData::EntityInstance | instance () const |
| void | invalidate () |
| Invalidate the entity pointer. | |
| bool | isInstanceOf (agxData::EntityModel *model) const |
| bool | isValid () const |
| operator bool () const | |
| bool | operator! () const |
| bool | operator!= (const EntityPtr &rhs) const |
| template<typename T > | |
| agxData::ArrayAttributeT< T >::Type & | operator() (const agxData::ArrayAttributeT< T > *attribute) |
| Array attribute. | |
| template<typename T > | |
| const agxData::ArrayAttributeT< T >::Type & | operator() (const agxData::ArrayAttributeT< T > *attribute) const |
| template<typename T > | |
| agxData::HashSetAttributeT< T >::Type & | operator() (const agxData::HashSetAttributeT< T > *attribute) |
| HashSet attribute. | |
| template<typename T > | |
| const agxData::HashSetAttributeT< T >::Type & | operator() (const agxData::HashSetAttributeT< T > *attribute) const |
| template<typename T > | |
| T & | operator() (const agxData::PointerAttributeT< T > *attribute) |
| Pointer attribute. | |
| template<typename T > | |
| const T & | operator() (const agxData::PointerAttributeT< T > *attribute) const |
| template<typename T > | |
| T & | operator() (const agxData::ScalarAttributeT< T > *attribute) |
| Access the value of a specific attribute. | |
| template<typename T > | |
| const T & | operator() (const agxData::ScalarAttributeT< T > *attribute) const |
| template<typename T > | |
| T & | operator() (const agxData::SharedAttributeT< T > *attribute) |
| Shared attribute. | |
| template<typename T > | |
| const T & | operator() (const agxData::SharedAttributeT< T > *attribute) const |
| template<typename T > | |
| agxData::VectorAttributeT< T >::Type & | operator() (const agxData::VectorAttributeT< T > *attribute) |
| Vector attribute. | |
| template<typename T > | |
| const agxData::VectorAttributeT< T >::Type & | operator() (const agxData::VectorAttributeT< T > *attribute) const |
| template<typename T > | |
| ArrayAttributeT< T >::Type & | operator() (const ArrayAttributeT< T > *attribute) |
| template<typename T > | |
| const ArrayAttributeT< T >::Type & | operator() (const ArrayAttributeT< T > *attribute) const |
| template<typename T > | |
| HashSetAttributeT< T >::Type & | operator() (const HashSetAttributeT< T > *attribute) |
| template<typename T > | |
| const HashSetAttributeT< T >::Type & | operator() (const HashSetAttributeT< T > *attribute) const |
| template<typename T > | |
| VectorAttributeT< T >::Type & | operator() (const VectorAttributeT< T > *attribute) |
| template<typename T > | |
| const VectorAttributeT< T >::Type & | operator() (const VectorAttributeT< T > *attribute) const |
| bool | operator< (const EntityPtr &rhs) const |
| EntityPtr & | operator= (const EntityPtr &other)=default |
| EntityPtr & | operator= (EntityPtr &&)=default |
| bool | operator== (const EntityPtr &rhs) const |
| bool | operator> (const EntityPtr &rhs) const |
| void | print () const |
| void | print (std::ostream &stream) const |
| void | swapId (EntityPtr &other) |
| Swap id with another instance. | |
| void | swapIndex (EntityPtr &other) |
| Swap index with another instance. | |
| void | transfer (agxData::EntityStorage *target) |
| Transfer instance to another storage. | |
| void | verifyIndex () const |
| Check for broken ptr, by verifying that the id is active in the storage. | |
Additional Inherited Members | |
Static Public Member Functions inherited from agxData::EntityPtr | |
| static EntityPtr | createWithIndex (EntityStorage *storage, agx::Index index) |
| static void | TransformToAscii (void *targetBuffer, const void *sourceBuffer, size_t numElements) |
Pointer to a entity instance of type Physics.SurfaceMaterial.
Definition at line 184 of file SurfaceMaterialEntity.h.
| typedef SurfaceMaterialData agx::Physics::SurfaceMaterialPtr::DataType |
Definition at line 188 of file SurfaceMaterialEntity.h.
| typedef SurfaceMaterialInstance agx::Physics::SurfaceMaterialPtr::InstanceType |
Definition at line 189 of file SurfaceMaterialEntity.h.
Definition at line 187 of file SurfaceMaterialEntity.h.
| AGXPHYSICS_EXPORT agx::Physics::SurfaceMaterialPtr::SurfaceMaterialPtr | ( | ) |
| AGXPHYSICS_EXPORT agx::Physics::SurfaceMaterialPtr::SurfaceMaterialPtr | ( | agxData::EntityStorage * | storage, |
| agx::Index | id | ||
| ) |
| AGXPHYSICS_EXPORT agx::Physics::SurfaceMaterialPtr::SurfaceMaterialPtr | ( | const agxData::EntityPtr & | ptr | ) |
| AGXPHYSICS_EXPORT agx::Physics::SurfaceMaterialPtr::SurfaceMaterialPtr | ( | const agxData::EntityInstance & | instance | ) |
| AGXPHYSICS_EXPORT agx::Real & agx::Physics::SurfaceMaterialPtr::adhesion | ( | ) |
| AGXPHYSICS_EXPORT agx::Real const & agx::Physics::SurfaceMaterialPtr::adhesion | ( | ) | const |
| AGXPHYSICS_EXPORT agx::Real & agx::Physics::SurfaceMaterialPtr::adhesiveOverlap | ( | ) |
| AGXPHYSICS_EXPORT agx::Real const & agx::Physics::SurfaceMaterialPtr::adhesiveOverlap | ( | ) | const |
| AGXPHYSICS_EXPORT agx::Bool & agx::Physics::SurfaceMaterialPtr::dirty | ( | ) |
| AGXPHYSICS_EXPORT agx::Bool const & agx::Physics::SurfaceMaterialPtr::dirty | ( | ) | const |
| AGXPHYSICS_EXPORT agx::Bool & agx::Physics::SurfaceMaterialPtr::frictionEnabled | ( | ) |
| AGXPHYSICS_EXPORT agx::Bool const & agx::Physics::SurfaceMaterialPtr::frictionEnabled | ( | ) | const |
| SurfaceMaterialData * agx::Physics::SurfaceMaterialPtr::getData | ( | ) |
| const SurfaceMaterialData * agx::Physics::SurfaceMaterialPtr::getData | ( | ) | const |
| AGXPHYSICS_EXPORT SurfaceMaterialInstance agx::Physics::SurfaceMaterialPtr::instance | ( | ) |
| AGXPHYSICS_EXPORT const SurfaceMaterialInstance agx::Physics::SurfaceMaterialPtr::instance | ( | ) | const |
| AGXPHYSICS_EXPORT SurfaceMaterialSemantics * agx::Physics::SurfaceMaterialPtr::operator-> | ( | ) |
| AGXPHYSICS_EXPORT const SurfaceMaterialSemantics * agx::Physics::SurfaceMaterialPtr::operator-> | ( | ) | const |
| AGXPHYSICS_EXPORT SurfaceMaterialPtr & agx::Physics::SurfaceMaterialPtr::operator= | ( | const agxData::EntityInstance & | instance | ) |
| AGXPHYSICS_EXPORT SurfaceMaterialPtr & agx::Physics::SurfaceMaterialPtr::operator= | ( | const agxData::EntityPtr & | ptr | ) |
| AGXPHYSICS_EXPORT agx::Real & agx::Physics::SurfaceMaterialPtr::roughness | ( | ) |
| AGXPHYSICS_EXPORT agx::Real const & agx::Physics::SurfaceMaterialPtr::roughness | ( | ) | const |
| AGXPHYSICS_EXPORT agx::Real & agx::Physics::SurfaceMaterialPtr::viscosity | ( | ) |
| AGXPHYSICS_EXPORT agx::Real const & agx::Physics::SurfaceMaterialPtr::viscosity | ( | ) | const |