Panda3D
Public Member Functions | Static Public Member Functions | Friends
OdeContactGeom Class Reference
Inheritance diagram for OdeContactGeom:
TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

Public Member Functions

 OdeContactGeom (const OdeContactGeom &copy)
 OdeContactGeom (const dContactGeom &copy)
virtual TypeHandle force_init_type ()
const dContactGeom * get_contact_geom_ptr () const
dReal get_depth () const
OdeGeom get_g1 () const
OdeGeom get_g2 () const
LVecBase3f get_normal () const
LVecBase3f get_pos () const
int get_side1 () const
int get_side2 () const
virtual TypeHandle get_type () const
void set_depth (const dReal depth)
void set_g1 (const OdeGeom &geom)
void set_g2 (const OdeGeom &geom)
void set_normal (const LVecBase3f &normal)
void set_pos (const LVecBase3f &pos)

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 OdeContact
class OdeSpace
class OdeUtil

Detailed Description

Definition at line 32 of file odeContactGeom.h.


Member Function Documentation

static void OdeContactGeom::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 TypedReferenceCount.

Definition at line 69 of file odeContactGeom.h.

References TypedReferenceCount::init_type().


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