15 #ifndef PHYSXCCDSKELETON_H
16 #define PHYSXCCDSKELETON_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 ~PhysxCcdSkeleton();
45 INLINE NxCCDSkeleton *ptr()
const {
return _ptr; };
47 void link(NxCCDSkeleton *meshPtr);
58 static void init_type() {
59 PhysxObject::init_type();
60 register_type(_type_handle,
"PhysxCcdSkeleton",
61 PhysxObject::get_class_type());
64 return get_class_type();
68 return get_class_type();
75 #include "physxCcdSkeleton.I"
77 #endif // PHYSXCCDSKELETON_H
TypeHandle is the identifier used to differentiate C++ class types.