Panda3D
Public Member Functions | Static Public Member Functions

CollisionRecorder Class Reference

This class is used to help debug the work the collisions system is doing. More...

Inheritance diagram for CollisionRecorder:
TypedObject MemoryBase CollisionVisualizer

List of all members.

Public Member Functions

TypeHandle getType ()
int getTypeIndex ()
 Returns the internal index number associated with this object's TypeHandle, a unique number for each different type.
bool isExactType (TypeHandle handle)
 Returns true if the current object is the indicated type exactly.
bool isOfType (TypeHandle handle)
 Returns true if the current object is or derives from the indicated type.
 output (ostream out)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This class is used to help debug the work the collisions system is doing.

It is a virtual base class that just provides an interface for recording collisions tested and detected each frame.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from TypedObject.

Reimplemented in CollisionVisualizer.

TypeHandle getType ( ) [inherited]

Reimplemented in AnimChannelBase.

int getTypeIndex ( ) [inherited]

Returns the internal index number associated with this object's TypeHandle, a unique number for each different type.

This is equivalent to get_type().get_index().

bool isExactType ( TypeHandle  handle) [inherited]

Returns true if the current object is the indicated type exactly.

bool isOfType ( TypeHandle  handle) [inherited]

Returns true if the current object is or derives from the indicated type.

output ( ostream  out)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties