Public Member Functions | |
| int | read (char *fileName) |
| int | write (char *fileName) |
| Matrix4D * | operator[] (int i) |
| const char * | name (int i) |
| int | index (char *name) |
| int | samples (void) |
| int | parameters (void) |
Public Attributes | |
| float | duration |
|
|
This method returns the index of the parameter with the specified name. -1 is returned if no parameter matches the name. |
|
|
This method returns the name of the i-th parameter |
|
|
This method provides access to the i-th row of transformation information. The ordering is such that the (i,j)-th entry corresponds to the i-th sample of the j-th parameter. |
|
|
This method returns the number of parameters stored. |
|
|
This method reads in the transformation data from the specified file |
|
|
This method returns the number of key-frames stored. |
|
|
This method writes out the transformation data to the specified file |
|
|
This is the duration (in seconds) over which the animation is to play |
1.4.1