14 #ifndef EGGSLIDERPOINTER_H 15 #define EGGSLIDERPOINTER_H 28 virtual int get_num_frames()
const=0;
29 virtual double get_frame(
int n)
const=0;
35 static void init_type() {
36 EggBackPointer::init_type();
38 EggBackPointer::get_class_type());
41 return get_class_type();
43 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
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(),...
This is a base class for EggVertexPointer and EggScalarTablePointer.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
This stores a pointer from an EggJointData or EggSliderData object back to the referencing data in an...