AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
Component.h File Reference
#include <iostream>
#include <agx/Object.h>
#include <typeinfo>
#include <agx/Event.h>

Go to the source code of this file.

Classes

class  agx::Component
 A component is an object containing other objects, enabling hierarchical structuring. More...
 

Namespaces

namespace  agx
 The agx namespace contains the dynamics/math part of the AGX Dynamics API.
 

Typedefs

typedef agx::observer_ptr< const Component > agx::ComponentConstObserver
 
typedef agx::ref_ptr< const Component > agx::ComponentConstRef
 
typedef agx::observer_ptr< Component > agx::ComponentObserver
 
typedef agx::Vector< ComponentObserver > agx::ComponentObserverVector
 
typedef agx::VectorPOD< Component * > agx::ComponentPtrVector
 
typedef agx::ref_ptr< Component > agx::ComponentRef
 
typedef agx::Vector< ComponentRef > agx::ComponentRefVector