15 #ifndef PHYSXSOFTBODYMESH_H
16 #define PHYSXSOFTBODYMESH_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 ~PhysxSoftBodyMesh();
43 INLINE NxSoftBodyMesh *ptr()
const {
return _ptr; };
45 void link(NxSoftBodyMesh *meshPtr);
56 static void init_type() {
57 PhysxObject::init_type();
58 register_type(_type_handle,
"PhysxSoftBodyMesh",
59 PhysxObject::get_class_type());
62 return get_class_type();
66 return get_class_type();
73 #include "physxSoftBodyMesh.I"
75 #endif // PHYSXSOFTBODYMESH_H
TypeHandle is the identifier used to differentiate C++ class types.