Public Member Functions | |
addData (double value) | |
Adds a single element to the table. | |
clearData () | |
Removes all data and empties the table. | |
clearFps () | |
double | getFps () |
This is only valid if has_fps() returns true. | |
int | getSize () |
Returns the number of elements in the table. | |
bool | hasFps () |
EggAnimData | operator= (EggAnimData const copy) |
quantize (double quantum) | |
Rounds each element of the table to the nearest multiple of quantum. | |
setFps (double type) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
addData | ( | double | value | ) |
Adds a single element to the table.
clearData | ( | ) |
Removes all data and empties the table.
clearFps | ( | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from EggNode.
Reimplemented in EggXfmAnimData, and EggSAnimData.
double getFps | ( | ) |
This is only valid if has_fps() returns true.
int getSize | ( | ) |
Returns the number of elements in the table.
bool hasFps | ( | ) |
EggAnimData operator= | ( | EggAnimData const | copy | ) |
quantize | ( | double | quantum | ) |
Rounds each element of the table to the nearest multiple of quantum.
setFps | ( | double | type | ) |