18 EggSAnimData(
const std::string &name) :
EggAnimData(name) {
35 EggAnimData::operator = (copy);
void set_value(int row, double value)
Changes the value at the indicated row.
Corresponding to an <S$Anim> entry, this stores a single column of numbers, for instance for a morph ...
double get_value(int row) const
Returns the value at the indicated row.
int get_size() const
Returns the number of elements in the table.
A base class for EggSAnimData and EggXfmAnimData, which contain rows and columns of numbers.
int get_num_rows() const
Returns the number of rows in the table.