15 #ifndef ODEHASHSPACE_H 16 #define ODEHASHSPACE_H 18 #include "pandabase.h" 19 #include "typedObject.h" 22 #include "ode_includes.h" 42 INLINE
void set_levels(
int minlevel,
int maxlevel);
43 INLINE
int get_min_level()
const;
44 INLINE
int get_max_level()
const;
50 static void init_type() {
51 OdeSpace::init_type();
52 register_type(_type_handle,
"OdeHashSpace",
53 OdeSpace::get_class_type());
56 return get_class_type();
58 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
64 #include "odeHashSpace.I"
TypeHandle is the identifier used to differentiate C++ class types.