15 #ifndef EGGSLIDERPOINTER_H
16 #define EGGSLIDERPOINTER_H
18 #include "pandatoolbase.h"
20 #include "eggBackPointer.h"
31 virtual int get_num_frames()
const=0;
32 virtual double get_frame(
int n)
const=0;
38 static void init_type() {
39 EggBackPointer::init_type();
40 register_type(_type_handle,
"EggSliderPointer",
41 EggBackPointer::get_class_type());
44 return get_class_type();
46 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
This is a base class for EggVertexPointer and EggScalarTablePointer.
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...