|
| | OdeHashSpace (dSpaceID id) |
| |
| | OdeHashSpace (OdeSpace &space) |
| |
| virtual TypeHandle | force_init_type () |
| |
| int | get_max_level () const |
| |
| int | get_min_level () const |
| |
| virtual TypeHandle | get_type () const |
| |
| void | set_levels (int minlevel, int maxlevel) |
| |
| | OdeSpace (dSpaceID id) |
| |
| void | add (OdeGeom &geom) |
| |
| void | add (OdeSpace &space) |
| |
| void | auto_collide () |
| |
| void | clean () |
| |
| OdeHashSpace | convert_to_hash_space () const |
| |
| OdeQuadTreeSpace | convert_to_quad_tree_space () const |
| |
| OdeSimpleSpace | convert_to_simple_space () const |
| |
| void | destroy () |
| |
| void | disable () |
| |
| void | enable () |
| |
| void | get_AABB (LVecBase3f &min, LVecBase3f &max) const |
| |
| BitMask32 | get_category_bits () |
| |
| int | get_class () const |
| |
| int | get_cleanup () const |
| |
| BitMask32 | get_collide_bits () |
| |
| int | get_collide_id (dGeomID o1) |
| |
| int | get_collide_id (OdeGeom &geom) |
| |
| std::string | get_collision_event () |
| |
| OdeGeom | get_geom (int i) |
| |
| dSpaceID | get_id () const |
| | Returns the underlying dSpaceID.
|
| |
| int | get_num_geoms () const |
| |
| OdeSpace | get_space () const |
| |
| int | get_surface_type (dGeomID o1) |
| |
| int | get_surface_type (OdeGeom &geom) |
| |
| bool | is_empty () const |
| | Returns true if the ID is 0, meaning the OdeSpace does not point to a valid space.
|
| |
| int | is_enabled () |
| |
| int | is_space () |
| |
| | operator bool () const |
| |
| int | query (const OdeGeom &geom) const |
| |
| int | query (const OdeSpace &space) const |
| |
| void | remove (OdeGeom &geom) |
| |
| void | remove (OdeSpace &space) |
| |
| void | set_auto_collide_joint_group (OdeJointGroup &) |
| |
| void | set_auto_collide_world (OdeWorld &) |
| |
| void | set_category_bits (const BitMask32 &bits) |
| |
| void | set_cleanup (int mode) |
| |
| void | set_collide_bits (const BitMask32 &bits) |
| |
| int | set_collide_id (int collide_id, dGeomID id) |
| |
| int | set_collide_id (OdeGeom &geom, int collide_id) |
| |
| void | set_collision_event (const std::string &event_name) |
| |
| void | set_surface_type (int surface_type, dGeomID id) |
| |
| void | set_surface_type (OdeGeom &geom, int surface_type) |
| |
| virtual void | write (std::ostream &out=std::cout, unsigned int indent=0) const |
| |
|
| TypedObject (const TypedObject ©)=default |
| |
| TypedObject * | as_typed_object () |
| | Returns the object, upcast (if necessary) to a TypedObject pointer.
|
| |
| const TypedObject * | as_typed_object () const |
| | Returns the object, upcast (if necessary) to a TypedObject pointer.
|
| |
| int | get_best_parent_from_Set (const std::set< int > &) const |
| |
| int | get_type_index () const |
| | Returns the internal index number associated with this object's TypeHandle, a unique number for each different type.
|
| |
| bool | is_exact_type (TypeHandle handle) const |
| | Returns true if the current object is the indicated type exactly.
|
| |
| bool | is_of_type (TypeHandle handle) const |
| | Returns true if the current object is or derives from the indicated type.
|
| |
|
TypedObject & | operator= (const TypedObject ©)=default |
| |
| void | operator delete (void *, void *) |
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete[] (void *, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void * | operator new (size_t size) |
| |
| void * | operator new (size_t size, void *ptr) |
| |
| void * | operator new[] (size_t size) |
| |
| void * | operator new[] (size_t size, void *ptr) |
| |
Definition at line 28 of file odeHashSpace.h.