#include <ODESpace.h>
Inheritance diagram for opal::ODESpace:
Public Member Functions | |
ODESpace () | |
ODESpace (dSpaceID space) | |
virtual | ~ODESpace () |
virtual void OPAL_CALL | setParentSpace (Space *parentSpace) |
virtual dSpaceID OPAL_CALL | internal_getSpaceID () const |
Protected Attributes | |
dSpaceID | mSpaceID |
dSpaceID | mParentSpaceID |
Definition at line 38 of file ODESpace.h.
|
Definition at line 32 of file ODESpace.cpp. References mParentSpaceID, and mSpaceID. |
|
Definition at line 45 of file ODESpace.cpp. References mParentSpaceID, and mSpaceID. |
|
Definition at line 51 of file ODESpace.cpp. |
|
Returns the ODE space ID.
Definition at line 73 of file ODESpace.cpp. References mSpaceID. Referenced by opal::ODESimulator::createSpace(). |
|
Removes the Space from its current parent Space and adds it to the new Space. Implements opal::Space. Definition at line 55 of file ODESpace.cpp. References mParentSpaceID, and mSpaceID. |
|
The ODE space ID of this ODESpace's parent ODESpace.
Definition at line 57 of file ODESpace.h. Referenced by ODESpace(), and setParentSpace(). |
|
The ODE space ID.
Definition at line 54 of file ODESpace.h. Referenced by internal_getSpaceID(), ODESpace(), and setParentSpace(). |