![]() |
Public API Reference |
#include <mdldata.h>
Inheritance diagram for csModelDataAction:

Public Methods | |
| csModelDataAction () | |
| Constructor. More... | |
| virtual | ~csModelDataAction () |
| Destructor. More... | |
| virtual int | GetFrameCount () const |
| Return the number of key frames. More... | |
| virtual float | GetTime (int Frame) const |
| Get the time value for a frame. More... | |
| virtual iObject * | GetState (int Frame) const |
| Get the state information for a frame. More... | |
| virtual void | SetTime (int Frame, float NewTime) |
| Set the time value for a frame. More... | |
| virtual void | SetState (int Frame, iObject *State) |
| Set the state information for a frame. More... | |
| virtual void | AddFrame (float Time, iObject *State) |
| Add a frame. More... | |
| virtual void | DeleteFrame (int Frame) |
| Delete a frame. More... | |
| virtual float | GetTotalTime () const |
| Return the total time of one animation cycle. More... | |
@
Definition at line 174 of file cstool/mdldata.h.
|
|
Constructor.
|
|
|
Destructor.
Definition at line 187 of file cstool/mdldata.h. |
|
||||||||||||
|
Add a frame.
Implements iModelDataAction. |
|
|
Delete a frame.
Implements iModelDataAction. |
|
|
Return the number of key frames.
Implements iModelDataAction. |
|
|
Get the state information for a frame.
Implements iModelDataAction. |
|
|
Get the time value for a frame.
Implements iModelDataAction. |
|
|
Return the total time of one animation cycle.
Implements iModelDataAction. |
|
||||||||||||
|
Set the state information for a frame.
Implements iModelDataAction. |
|
||||||||||||
|
Set the time value for a frame.
Implements iModelDataAction. |