#include <NoShape.h>
Inheritance diagram for vrsode::NoShape:

Public Member Functions | |
| NoShape () | |
| ctor. | |
| virtual | ~NoShape () |
| dtor. | |
Protected Member Functions | |
| virtual void | createGeometry () |
| create an ode geometry. | |
| virtual void | createDebugNode () |
| create a debug geometry. | |
Definition at line 14 of file NoShape.h.
| vrsode::NoShape::NoShape | ( | ) |
ctor.
Definition at line 12 of file NoShape.cpp.
References createDebugNode(), vrsode::CS_None, and vrsode::Shape::setCollisionShape().
Here is the call graph for this function:

| vrsode::NoShape::~NoShape | ( | ) | [virtual] |
| void vrsode::NoShape::createGeometry | ( | ) | [protected, virtual] |
| void vrsode::NoShape::createDebugNode | ( | ) | [protected, virtual] |
create a debug geometry.
Implements vrsode::Shape.
Definition at line 29 of file NoShape.cpp.
References vrsode::Shape::debugNode(), and vrsode::Shape::debugNodeActive().
Referenced by NoShape().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1