14 #ifndef PHYSXCLOTHMESH_H
15 #define PHYSXCLOTHMESH_H
28 unsigned int get_reference_count()
const;
33 INLINE
void ls()
const;
34 INLINE
void ls(std::ostream &out,
int indent_level=0)
const;
40 INLINE NxClothMesh *ptr()
const {
return _ptr; };
42 void link(NxClothMesh *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();
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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(),...