|
AGX Dynamics 2.42.1.1
|
#include <agx/agx.h>#include <agx/agxCore_export.h>#include <agxData/Buffer.h>#include <agxData/EntityModel.h>#include <agxData/EntityData.h>#include <agxData/AttributeContainer.h>#include <agxData/LocalVector.h>#include <agx/Vector.h>#include <agx/HashTable.h>#include <agx/Referenced.h>#include <agx/Component.h>#include <agx/EntityStorageEvent.Declaration.h>#include <agx/EntityStorageEvent.Implementation.h>Go to the source code of this file.
Classes | |
| class | agxData::EntityStorage |
| Data storage for a collection of entity instances of a specified EntityModel. More... | |
Namespaces | |
| namespace | agx |
| The agx namespace contains the dynamics/math part of the AGX Dynamics API. | |
| namespace | agxData |
| Contains classes for low level data storage for AGX. | |
| namespace | agxSDK |
| The agxSDK namespace contain classes to bridge the collision detection system and the dynamical simulation system including Material, event listeners etc. | |
| namespace | agxStream |
| This namespace contain classes for streaming classes into archives, ASCII, binary for storage (serialization). | |
Typedefs | |
| typedef agx::HashTable< Attribute *, BufferRef > | agxData::BufferTable |
| typedef agx::observer_ptr< const EntityStorage > | agxData::EntityStorageConstObserver |
| typedef agx::ref_ptr< const EntityStorage > | agxData::EntityStorageConstRef |
| typedef agx::observer_ptr< EntityStorage > | agxData::EntityStorageObserver |
| typedef agx::Vector< EntityStorageObserver > | agxData::EntityStorageObserverVector |
| typedef agx::VectorPOD< EntityStorage * > | agxData::EntityStoragePtrVector |
| typedef agx::ref_ptr< EntityStorage > | agxData::EntityStorageRef |
| typedef agx::Vector< EntityStorageRef > | agxData::EntityStorageRefVector |
Functions | |
| AGXCORE_EXPORT std::ostream & | agxData::operator<< (std::ostream &output, const EntityStorage &storage) |