+#include <PxTriangleMesh.h>
+
+


Protected Member Functions | |
| PX_INLINE | PxBVH34TriangleMesh (PxType concreteType, PxBaseFlags baseFlags) |
| PX_INLINE | PxBVH34TriangleMesh (PxBaseFlags baseFlags) |
| virtual | ~PxBVH34TriangleMesh () |
| virtual bool | isKindOf (const char *name) const |
| Returns whether a given type name matches with the type of this instance. | |
+
| PX_INLINE PxBVH34TriangleMesh::PxBVH34TriangleMesh | +( | +PxType | +concreteType, | +|
| + | + | PxBaseFlags | +baseFlags | + |
| + | ) | + [inline, protected] |
+
+ +
| PX_INLINE PxBVH34TriangleMesh::PxBVH34TriangleMesh | +( | +PxBaseFlags | +baseFlags | +) | + [inline, protected] |
+
+ +
| virtual PxBVH34TriangleMesh::~PxBVH34TriangleMesh | +( | ++ | ) | + [inline, protected, virtual] |
+
+ +
+
| virtual bool PxBVH34TriangleMesh::isKindOf | +( | +const char * | +superClass | +) | + const [inline, protected, virtual] |
+
+Returns whether a given type name matches with the type of this instance. +
+ +
Reimplemented from PxTriangleMesh.
+ +References PxTriangleMesh::isKindOf().
+ ++