25class EXPCL_PANDAPHYSX PhysxSoftBodyMesh :
public PhysxObject {
33 INLINE
void ls()
const;
34 INLINE
void ls(std::ostream &out,
int indent_level=0)
const;
37 INLINE PhysxSoftBodyMesh();
38 INLINE ~PhysxSoftBodyMesh();
40 INLINE NxSoftBodyMesh *ptr()
const {
return _ptr; };
42 void link(NxSoftBodyMesh *meshPtr);
52 static void init_type() {
53 PhysxObject::init_type();
55 PhysxObject::get_class_type());
58 return get_class_type();
62 return get_class_type();
unsigned int get_reference_count() const
Returns the reference count for shared meshes.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...