|
| __init__ () |
|
| __init__ (OdeSpace space) |
|
int | getMaxLevel () |
|
int | getMinLevel () |
|
| setLevels (int minlevel, int maxlevel) |
|
Public Member Functions inherited from OdeSpace |
| add (OdeGeom geom) |
|
| add (OdeSpace space) |
|
| autoCollide () |
|
| clean () |
|
int | collide (object arg, object near_callback) |
|
object | convert () |
|
OdeHashSpace | convertToHashSpace () |
|
OdeQuadTreeSpace | convertToQuadTreeSpace () |
|
OdeSimpleSpace | convertToSimpleSpace () |
|
| destroy () |
|
| disable () |
|
| enable () |
|
| getAABB (LVecBase3f min, LVecBase3f max) |
|
object | getAABounds () |
|
BitMask32 | getCategoryBits () |
|
int | getClass () |
|
int | getCleanup () |
|
BitMask32 | getCollideBits () |
|
int | getCollideId (DGeomID o1) |
|
int | getCollideId (OdeGeom geom) |
|
str | getCollisionEvent () |
|
object | getConvertedGeom (int i) |
|
object | getConvertedSpace () |
|
OdeGeom | getGeom (int i) |
|
int | getNumGeoms () |
|
OdeSpace | getSpace () |
|
int | getSurfaceType (DGeomID o1) |
|
int | getSurfaceType (OdeGeom geom) |
|
bool | isEmpty () |
| Returns true if the ID is 0, meaning the OdeSpace does not point to a valid space. More...
|
|
int | isEnabled () |
|
int | isSpace () |
|
int | query (const OdeGeom geom) |
|
int | query (const OdeSpace space) |
|
| remove (OdeGeom geom) |
|
| remove (OdeSpace space) |
|
| setAutoCollideJointGroup (OdeJointGroup) |
|
| setAutoCollideWorld (OdeWorld) |
|
| setCategoryBits (const BitMask32 bits) |
|
| setCleanup (int mode) |
|
| setCollideBits (const BitMask32 bits) |
|
int | setCollideId (int collide_id, DGeomID id) |
|
int | setCollideId (OdeGeom geom, int collide_id) |
|
| setCollisionEvent (str event_name) |
|
| setSurfaceType (int surface_type, DGeomID id) |
|
| setSurfaceType (OdeGeom geom, int surface_type) |
|
| write (Ostream out, unsigned int indent) |
|
Public Member Functions inherited from TypedObject |
TypeHandle | getType () |
|
int | getTypeIndex () |
| Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. More...
|
|
bool | isExactType (TypeHandle handle) |
| Returns true if the current object is the indicated type exactly. More...
|
|
bool | isOfType (TypeHandle handle) |
| Returns true if the current object is or derives from the indicated type. More...
|
|