AGX Dynamics 2.41.3.0
Loading...
Searching...
No Matches
agx::Physics::Geometry::ShapePtr Class Reference

Pointer to a entity instance of type Physics.Geometry.Shape. More...

#include <ShapeEntity.h>

+ Inheritance diagram for agx::Physics::Geometry::ShapePtr:

Public Types

typedef ShapeData DataType
 
typedef ShapeInstance InstanceType
 
typedef ShapeModel ModelType
 
- Public Types inherited from agx::ReferencedPtr
typedef ReferencedData DataType
 
typedef ReferencedInstance InstanceType
 
typedef ReferencedModel ModelType
 

Public Member Functions

AGXPHYSICS_EXPORT ShapePtr ()
 
AGXPHYSICS_EXPORT ShapePtr (agxData::EntityStorage *storage, agx::Index id)
 
AGXPHYSICS_EXPORT ShapePtr (const agxData::EntityInstance &instance)
 
AGXPHYSICS_EXPORT ShapePtr (const agxData::EntityPtr &ptr)
 
AGXPHYSICS_EXPORT agxCollide::BoundingAABBboundingAABB ()
 
AGXPHYSICS_EXPORT agxCollide::BoundingAABB const & boundingAABB () const
 
AGXPHYSICS_EXPORT agx::Physics::GeometryPtrgeometry ()
 
AGXPHYSICS_EXPORT agx::Physics::GeometryPtr const & geometry () const
 
ShapeData * getData ()
 
const ShapeData * getData () const
 
AGXPHYSICS_EXPORT agx::BoolinGroup ()
 
AGXPHYSICS_EXPORT agx::Bool const & inGroup () const
 
AGXPHYSICS_EXPORT ShapeInstance instance ()
 
AGXPHYSICS_EXPORT const ShapeInstance instance () const
 
AGXPHYSICS_EXPORT agxCollide::Shape *& model ()
 
AGXPHYSICS_EXPORT agxCollide::Shape *const & model () const
 
AGXPHYSICS_EXPORT agx::UInt32modifiedCount ()
 
AGXPHYSICS_EXPORT agx::UInt32 const & modifiedCount () const
 
AGXPHYSICS_EXPORT ShapeSemantics * operator-> ()
 
AGXPHYSICS_EXPORT const ShapeSemantics * operator-> () const
 
AGXPHYSICS_EXPORT ShapePtroperator= (const agxData::EntityInstance &instance)
 
AGXPHYSICS_EXPORT ShapePtroperator= (const agxData::EntityPtr &ptr)
 
AGXPHYSICS_EXPORT agx::AffineMatrix4x4transform ()
 
AGXPHYSICS_EXPORT agx::AffineMatrix4x4 const & transform () const
 
AGXPHYSICS_EXPORT agx::UInt8type ()
 
AGXPHYSICS_EXPORT agx::UInt8 const & type () 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::SpinMutexobserverMutex ()
 
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 ReferencedPtroperator= (const agxData::EntityInstance &instance)
 
AGXCORE_EXPORT ReferencedPtroperator= (const agxData::EntityPtr &ptr)
 
AGXCORE_EXPORT agx::UInt32referenceCount ()
 
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::EntityModelgetModel ()
 
const agxData::EntityModelgetModel () const
 
agxData::EntityStoragegetStorage () 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
 
EntityPtroperator= (const EntityPtr &other)=default
 
EntityPtroperator= (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)
 

Detailed Description

Pointer to a entity instance of type Physics.Geometry.Shape.

Definition at line 195 of file ShapeEntity.h.

Member Typedef Documentation

◆ DataType

Definition at line 199 of file ShapeEntity.h.

◆ InstanceType

Definition at line 200 of file ShapeEntity.h.

◆ ModelType

Constructor & Destructor Documentation

◆ ShapePtr() [1/4]

AGXPHYSICS_EXPORT agx::Physics::Geometry::ShapePtr::ShapePtr ( )

◆ ShapePtr() [2/4]

AGXPHYSICS_EXPORT agx::Physics::Geometry::ShapePtr::ShapePtr ( agxData::EntityStorage storage,
agx::Index  id 
)

◆ ShapePtr() [3/4]

AGXPHYSICS_EXPORT agx::Physics::Geometry::ShapePtr::ShapePtr ( const agxData::EntityPtr ptr)

◆ ShapePtr() [4/4]

AGXPHYSICS_EXPORT agx::Physics::Geometry::ShapePtr::ShapePtr ( const agxData::EntityInstance instance)

Member Function Documentation

◆ boundingAABB() [1/2]

AGXPHYSICS_EXPORT agxCollide::BoundingAABB & agx::Physics::Geometry::ShapePtr::boundingAABB ( )
Returns
reference to the boundingAABB attribute

◆ boundingAABB() [2/2]

AGXPHYSICS_EXPORT agxCollide::BoundingAABB const & agx::Physics::Geometry::ShapePtr::boundingAABB ( ) const
Returns
const reference to the boundingAABB attribute

◆ geometry() [1/2]

AGXPHYSICS_EXPORT agx::Physics::GeometryPtr & agx::Physics::Geometry::ShapePtr::geometry ( )
Returns
reference to the geometry attribute

◆ geometry() [2/2]

AGXPHYSICS_EXPORT agx::Physics::GeometryPtr const & agx::Physics::Geometry::ShapePtr::geometry ( ) const
Returns
const reference to the geometry attribute

◆ getData() [1/2]

ShapeData * agx::Physics::Geometry::ShapePtr::getData ( )

◆ getData() [2/2]

const ShapeData * agx::Physics::Geometry::ShapePtr::getData ( ) const

◆ inGroup() [1/2]

AGXPHYSICS_EXPORT agx::Bool & agx::Physics::Geometry::ShapePtr::inGroup ( )
Returns
reference to the inGroup attribute

◆ inGroup() [2/2]

AGXPHYSICS_EXPORT agx::Bool const & agx::Physics::Geometry::ShapePtr::inGroup ( ) const
Returns
const reference to the inGroup attribute

◆ instance() [1/2]

AGXPHYSICS_EXPORT ShapeInstance agx::Physics::Geometry::ShapePtr::instance ( )

◆ instance() [2/2]

AGXPHYSICS_EXPORT const ShapeInstance agx::Physics::Geometry::ShapePtr::instance ( ) const

◆ model() [1/2]

AGXPHYSICS_EXPORT agxCollide::Shape *& agx::Physics::Geometry::ShapePtr::model ( )
Returns
reference to the model attribute

◆ model() [2/2]

AGXPHYSICS_EXPORT agxCollide::Shape *const & agx::Physics::Geometry::ShapePtr::model ( ) const
Returns
const reference to the model attribute

◆ modifiedCount() [1/2]

AGXPHYSICS_EXPORT agx::UInt32 & agx::Physics::Geometry::ShapePtr::modifiedCount ( )
Returns
reference to the modifiedCount attribute

◆ modifiedCount() [2/2]

AGXPHYSICS_EXPORT agx::UInt32 const & agx::Physics::Geometry::ShapePtr::modifiedCount ( ) const
Returns
const reference to the modifiedCount attribute

◆ operator->() [1/2]

AGXPHYSICS_EXPORT ShapeSemantics * agx::Physics::Geometry::ShapePtr::operator-> ( )

◆ operator->() [2/2]

AGXPHYSICS_EXPORT const ShapeSemantics * agx::Physics::Geometry::ShapePtr::operator-> ( ) const

◆ operator=() [1/2]

AGXPHYSICS_EXPORT ShapePtr & agx::Physics::Geometry::ShapePtr::operator= ( const agxData::EntityInstance instance)

◆ operator=() [2/2]

AGXPHYSICS_EXPORT ShapePtr & agx::Physics::Geometry::ShapePtr::operator= ( const agxData::EntityPtr ptr)

◆ transform() [1/2]

AGXPHYSICS_EXPORT agx::AffineMatrix4x4 & agx::Physics::Geometry::ShapePtr::transform ( )
Returns
reference to the transform attribute

◆ transform() [2/2]

AGXPHYSICS_EXPORT agx::AffineMatrix4x4 const & agx::Physics::Geometry::ShapePtr::transform ( ) const
Returns
const reference to the transform attribute

◆ type() [1/2]

AGXPHYSICS_EXPORT agx::UInt8 & agx::Physics::Geometry::ShapePtr::type ( )
Returns
reference to the type attribute

◆ type() [2/2]

AGXPHYSICS_EXPORT agx::UInt8 const & agx::Physics::Geometry::ShapePtr::type ( ) const
Returns
const reference to the type attribute

The documentation for this class was generated from the following file: