|
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/Physics/GeometryEntity.h>#include <agx/Physics/RigidBodyEntity.h>#include <agx/Physics/ContactPointEntity.h>#include <agx/Physics/BroadPhasePairEntity.h>Go to the source code of this file.
Classes | |
| class | agx::Physics::GeometryContactModel |
| Abstract description of the data attributes for the Physics.GeometryContact entity. More... | |
| class | agx::Physics::GeometryContactPtr |
| A geometry contact hold contact information between two geometries. 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_GEOMETRYCONTACT_DATA_SET |
Typedefs | |
| typedef agx::observer_ptr< const GeometryContactModel > | agx::Physics::GeometryContactModelConstObserver |
| typedef agx::ref_ptr< const GeometryContactModel > | agx::Physics::GeometryContactModelConstRef |
| typedef agx::observer_ptr< GeometryContactModel > | agx::Physics::GeometryContactModelObserver |
| typedef agx::ref_ptr< GeometryContactModel > | agx::Physics::GeometryContactModelRef |
| typedef agxData::Array< GeometryContactPtr > | agx::Physics::GeometryContactPtrArray |
| typedef agx::VectorPOD< GeometryContactPtr > | agx::Physics::GeometryContactPtrVector |
| #define AGX_ENTITY_WRAPPER 1 |
Definition at line 24 of file GeometryContactEntity.h.
| #define AGX_PHYSICS_GEOMETRYCONTACT_DATA_SET |