|
| dxHashSpace (dSpaceID _space) |
|
void | setLevels (int minlevel, int maxlevel) |
|
void | getLevels (int *minlevel, int *maxlevel) |
|
void | cleanGeoms () |
|
void | collide (void *data, dNearCallback *callback) |
|
void | collide2 (void *data, dxGeom *geom, dNearCallback *callback) |
|
| dxSpace (dSpaceID _space) |
|
void | computeAABB () |
|
void | setCleanup (int mode) |
|
int | getCleanup () const |
|
void | setSublevel (int value) |
|
int | getSublevel () const |
|
void | setManulCleanup (int value) |
|
int | getManualCleanup () const |
|
int | query (dxGeom *geom) const |
|
int | getNumGeoms () const |
|
virtual dxGeom * | getGeom (int i) |
|
virtual void | add (dxGeom *) |
|
virtual void | remove (dxGeom *) |
|
virtual void | dirty (dxGeom *) |
|
| dxGeom (dSpaceID _space, int is_placeable) |
|
void | updateZeroSizedFlag (bool is_zero_sized) |
|
unsigned | getParentSpaceTLSKind () const |
|
void | computePosr () |
|
void | recomputePosr () |
|
bool | checkControlValueSizeValidity (void *dataValue, int *dataSize, int iRequiresSize) |
|
virtual bool | controlGeometry (int controlClass, int controlCode, void *dataValue, int *dataSize) |
|
virtual int | AABBTest (dxGeom *o, dReal aabb[6]) |
|
void | recomputeAABB () |
|
void | spaceAdd (dxGeom **first_ptr) |
|
void | spaceRemove () |
|
void | bodyAdd (dxBody *b) |
|
void | bodyRemove () |
|
void * | operator new (size_t size) |
|
void * | operator new (size_t, void *p) |
|
void | operator delete (void *ptr, size_t size) |
|
void * | operator new[] (size_t size) |
|
void | operator delete[] (void *ptr, size_t size) |
|