15 #ifndef PHYSXTRIANGLEMESH_H
16 #define PHYSXTRIANGLEMESH_H
18 #include "pandabase.h"
20 #include "physxObject.h"
21 #include "physx_includes.h"
30 unsigned int get_reference_count()
const;
36 INLINE
void ls()
const;
37 INLINE
void ls(ostream &out,
int indent_level=0)
const;
41 INLINE ~PhysxTriangleMesh();
43 INLINE NxTriangleMesh *ptr()
const {
return _ptr; };
45 void link(NxTriangleMesh *meshPtr);
56 static void init_type() {
57 PhysxObject::init_type();
58 register_type(_type_handle,
"PhysxTriangleMesh",
59 PhysxObject::get_class_type());
62 return get_class_type();
66 return get_class_type();
73 #include "physxTriangleMesh.I"
75 #endif // PHYSXTRIANGLEMESH_H
TypeHandle is the identifier used to differentiate C++ class types.