Blender
V3.3
|
Retrieving shapes shapes. More...
Classes | |
class | ChildShapeRetriever |
class | TetraShapeRetriever |
class | TriangleShapeRetriever |
Public Member Functions | |
GIM_ShapeRetriever (const btGImpactShapeInterface *gim_shape) | |
const btCollisionShape * | getChildShape (int index) |
Retrieving shapes shapes.
Declared here due of insuficent space on Pool allocators
Definition at line 85 of file btGImpactCollisionAlgorithm.cpp.
|
inline |
Definition at line 131 of file btGImpactCollisionAlgorithm.cpp.
References m_child_retriever, m_current_retriever, m_gim_shape, GIM_ShapeRetriever::ChildShapeRetriever::m_parent, m_tetra_retriever, m_tri_retriever, btGImpactShapeInterface::needsRetrieveTetrahedrons(), and btGImpactShapeInterface::needsRetrieveTriangles().
|
inline |
Definition at line 151 of file btGImpactCollisionAlgorithm.cpp.
References GIM_ShapeRetriever::ChildShapeRetriever::getChildShape(), and m_current_retriever.
Referenced by btGImpactCollisionAlgorithm::gimpact_vs_gimpact(), and btGImpactCollisionAlgorithm::gimpact_vs_shape().
ChildShapeRetriever GIM_ShapeRetriever::m_child_retriever |
Definition at line 126 of file btGImpactCollisionAlgorithm.cpp.
Referenced by GIM_ShapeRetriever().
ChildShapeRetriever* GIM_ShapeRetriever::m_current_retriever |
Definition at line 129 of file btGImpactCollisionAlgorithm.cpp.
Referenced by getChildShape(), and GIM_ShapeRetriever().
const btGImpactShapeInterface* GIM_ShapeRetriever::m_gim_shape |
TetraShapeRetriever GIM_ShapeRetriever::m_tetra_retriever |
Definition at line 128 of file btGImpactCollisionAlgorithm.cpp.
Referenced by GIM_ShapeRetriever().
btTetrahedronShapeEx GIM_ShapeRetriever::m_tetrashape |
Definition at line 90 of file btGImpactCollisionAlgorithm.cpp.
Referenced by GIM_ShapeRetriever::TetraShapeRetriever::getChildShape().
TriangleShapeRetriever GIM_ShapeRetriever::m_tri_retriever |
Definition at line 127 of file btGImpactCollisionAlgorithm.cpp.
Referenced by GIM_ShapeRetriever().
btTriangleShapeEx GIM_ShapeRetriever::m_trishape |
Definition at line 89 of file btGImpactCollisionAlgorithm.cpp.
Referenced by GIM_ShapeRetriever::TriangleShapeRetriever::getChildShape().