14 #ifndef EGGSANIMDATA_H 15 #define EGGSANIMDATA_H 27 INLINE
explicit EggSAnimData(
const std::string &name =
"");
31 INLINE
int get_num_rows()
const;
32 INLINE
double get_value(
int row)
const;
33 INLINE
void set_value(
int row,
double value);
37 virtual void write(std::ostream &out,
int indent_level)
const;
44 static void init_type() {
45 EggAnimData::init_type();
47 EggAnimData::get_class_type());
50 return get_class_type();
52 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Corresponding to an <S$Anim> entry, this stores a single column of numbers, for instance for a morph ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A base class for EggSAnimData and EggXfmAnimData, which contain rows and columns of numbers.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.