Panda3D
Public Member Functions | Static Public Member Functions | Friends
OdeCylinderGeom Class Reference
Inheritance diagram for OdeCylinderGeom:
OdeGeom TypedObject MemoryBase

List of all members.

Public Member Functions

 OdeCylinderGeom (dReal radius, dReal length)
 OdeCylinderGeom (OdeSpace &space, dReal radius, dReal length)
virtual TypeHandle force_init_type ()
dReal get_length () const
void get_params (dReal *radius, dReal *length) const
dReal get_radius () const
virtual TypeHandle get_type () const
void set_params (dReal radius, dReal length)

Static Public Member Functions

static TypeHandle get_class_type ()
static int get_geom_class ()
static void init_type ()
 This function is declared non-inline to work around a compiler bug in g++ 2.96.

Friends

class OdeGeom

Detailed Description

Definition at line 29 of file odeCylinderGeom.h.


Member Function Documentation

static void OdeCylinderGeom::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 52 of file odeCylinderGeom.h.

References OdeGeom::init_type().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations