15 #ifndef PHYSXCONVEXMESH_H
16 #define PHYSXCONVEXMESH_H
18 #include "pandabase.h"
20 #include "physxObject.h"
21 #include "physx_includes.h"
32 unsigned int get_reference_count()
const;
38 INLINE
void ls()
const;
39 INLINE
void ls(ostream &out,
int indent_level=0)
const;
43 INLINE ~PhysxConvexMesh();
45 INLINE NxConvexMesh *ptr()
const {
return _ptr; };
47 void link(NxConvexMesh *meshPtr);
58 static void init_type() {
59 PhysxObject::init_type();
60 register_type(_type_handle,
"PhysxConvexMesh",
61 PhysxObject::get_class_type());
64 return get_class_type();
68 return get_class_type();
75 #include "physxConvexMesh.I"
77 #endif // PHYSXCONVEXMESH_H
TypeHandle is the identifier used to differentiate C++ class types.