Panda3D
|
Public Member Functions | |
virtual TypeHandle | force_init_type () |
virtual TypeHandle | get_type () const |
void | heightfield_data_build_byte (dHeightfieldDataID d, const unsigned char *p_height_data, int b_copy_height_data, dReal width, dReal depth, int width_samples, int depth_samples, dReal scale, dReal offset, dReal thickness, int b_wrap) |
void | heightfield_data_build_callback (dHeightfieldDataID d, void *p_user_data, dHeightfieldGetHeight *p_callback, dReal width, dReal depth, int width_samples, int depth_samples, dReal scale, dReal offset, dReal thickness, int b_wrap) |
void | heightfield_data_build_double (dHeightfieldDataID d, const double *p_height_data, int b_copy_height_data, dReal width, dReal depth, int width_samples, int depth_samples, dReal scale, dReal offset, dReal thickness, int b_wrap) |
void | heightfield_data_build_short (dHeightfieldDataID d, const short *p_height_data, int b_copy_height_data, dReal width, dReal depth, int width_samples, int depth_samples, dReal scale, dReal offset, dReal thickness, int b_wrap) |
void | heightfield_data_build_single (dHeightfieldDataID d, const float *p_height_data, int b_copy_height_data, dReal width, dReal depth, int width_samples, int depth_samples, dReal scale, dReal offset, dReal thickness, int b_wrap) |
dHeightfieldDataID | heightfield_data_create () |
void | heightfield_data_destroy (dHeightfieldDataID d) |
void | heightfield_data_set_bounds (dHeightfieldDataID d, dReal min_height, dReal max_height) |
void | heightfield_set_heightfield_data (dHeightfieldDataID d) |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. | |
Friends | |
class | OdeGeom |
Definition at line 29 of file odeHeightFieldGeom.h.
static void OdeHeightfieldGeom::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from OdeGeom.
Definition at line 105 of file odeHeightFieldGeom.h.
References OdeGeom::init_type().