|
AGX Dynamics 2.41.3.0
|
Object with index of merged body and the original index of a merged object. More...
#include <MergedBody.h>
Public Member Functions | |
| MergedBodyIndex () | |
| Default constructor initializes both indices to Invalid Index. | |
| MergedBodyIndex (agx::Physics::RigidBodyPtr rb, agx::Physics::RigidBodyPtr orgRb) | |
| Construct given object associated to index, and an original object associated to originalIndex. | |
| agx::Bool | isMerged () const |
Public Attributes | |
| UInt | index |
| UInt | originalIndex |
Object with index of merged body and the original index of a merged object.
Definition at line 81 of file MergedBody.h.
|
inline |
Default constructor initializes both indices to Invalid Index.
Definition at line 86 of file MergedBody.h.
References agx::InvalidIndex.
|
inline |
Construct given object associated to index, and an original object associated to originalIndex.
Definition at line 92 of file MergedBody.h.
References agx::InvalidIndex.
|
inline |
Definition at line 98 of file MergedBody.h.
References agx::InvalidIndex.
| UInt agx::MergedBody::MergedBodyIndex::index |
Definition at line 100 of file MergedBody.h.
| UInt agx::MergedBody::MergedBodyIndex::originalIndex |
Definition at line 101 of file MergedBody.h.