Blender V2.61 - r43446
|
Public Member Functions | |
virtual btCollisionShape * | getChildShape (int index) |
virtual | ~ChildShapeRetriever () |
Public Attributes | |
GIM_ShapeRetriever * | m_parent |
Definition at line 97 of file btGImpactCollisionAlgorithm.cpp.
virtual GIM_ShapeRetriever::ChildShapeRetriever::~ChildShapeRetriever | ( | ) | [inline, virtual] |
Definition at line 105 of file btGImpactCollisionAlgorithm.cpp.
virtual btCollisionShape* GIM_ShapeRetriever::ChildShapeRetriever::getChildShape | ( | int | index | ) | [inline, virtual] |
Reimplemented in GIM_ShapeRetriever::TriangleShapeRetriever, and GIM_ShapeRetriever::TetraShapeRetriever.
Definition at line 101 of file btGImpactCollisionAlgorithm.cpp.
References btGImpactShapeInterface::getChildShape(), GIM_ShapeRetriever::m_gim_shape, and m_parent.
Referenced by GIM_ShapeRetriever::getChildShape().
Definition at line 100 of file btGImpactCollisionAlgorithm.cpp.
Referenced by getChildShape(), GIM_ShapeRetriever::TetraShapeRetriever::getChildShape(), GIM_ShapeRetriever::TriangleShapeRetriever::getChildShape(), and GIM_ShapeRetriever::GIM_ShapeRetriever().