|
AGX Dynamics 2.42.2.1
|
#include <agxData/EntityModel.h>#include <agxData/EntityStorage.h>#include <agxData/EntityRef.h>#include <agxData/EntityPtr.h>#include <agxData/EntityInstance.h>#include <agx/Integer.h>#include <agx/Real.h>#include <agx/macros.h>#include <agx/Physics/ContactEntity.h>#include <agx/Vec3.h>Go to the source code of this file.
Classes | |
| class | agx::Physics::ParticlePairContactModel |
| Abstract description of the data attributes for the Physics.ParticlePairContact entity. More... | |
| class | agx::Physics::ParticlePairContactPtr |
| Pointer to a entity instance of type Physics.ParticlePairContact. More... | |
Namespaces | |
| namespace | agx |
| The agx namespace contains the dynamics/math part of the AGX Dynamics API. | |
| namespace | agx::Physics |
Macros | |
| #define | AGX_ENTITY_WRAPPER 1 |
| #define | AGX_PHYSICS_PARTICLEPAIRCONTACT_DATA_SET |
Typedefs | |
| typedef agx::observer_ptr< const ParticlePairContactModel > | agx::Physics::ParticlePairContactModelConstObserver |
| typedef agx::ref_ptr< const ParticlePairContactModel > | agx::Physics::ParticlePairContactModelConstRef |
| typedef agx::observer_ptr< ParticlePairContactModel > | agx::Physics::ParticlePairContactModelObserver |
| typedef agx::ref_ptr< ParticlePairContactModel > | agx::Physics::ParticlePairContactModelRef |
| typedef agxData::Array< ParticlePairContactPtr > | agx::Physics::ParticlePairContactPtrArray |
| typedef agx::VectorPOD< ParticlePairContactPtr > | agx::Physics::ParticlePairContactPtrVector |
| #define AGX_ENTITY_WRAPPER 1 |
Definition at line 24 of file ParticlePairContactEntity.h.
| #define AGX_PHYSICS_PARTICLEPAIRCONTACT_DATA_SET |