Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
EggAnimData Class Reference
Inheritance diagram for EggAnimData:
EggNode EggNamedObject EggObject EggSAnimData EggXfmAnimData

List of all members.

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 ()

Member Function Documentation

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)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties