#include <MTN.h>
Public Member Functions | |
MTN () | |
~MTN () | |
void | Set (MTNFile *file) |
char * | GetName () |
char * | GetRobotDesign () |
void | First () |
bool | More () |
void | Next (int numFrames) |
int | InterpolateCommandVectorData (OCommandVectorData *commandVec, int maxNumFrames) |
Private Member Functions | |
int | InterpolateCommandData (int jointIndex, OCommandData *data, int valueIndex, int keyFrame, int frame, int maxNumFrames) |
Private Attributes | |
MTNFile * | mtnfile |
int | currentKeyFrame |
int | currentFrame |
|
|
|
|
|
Definition at line 58 of file MTN.cc. References currentFrame, and currentKeyFrame. Referenced by Set(). |
|
Definition at line 28 of file MTN.cc. References MTNFile::GetName(), and mtnfile. Referenced by MTNAgent7::Move(), and MTNAgent::Move(). |
|
Definition at line 43 of file MTN.cc. References MTNFile::GetRobotDesign(), and mtnfile. Referenced by MTNAgent7::Move(), and MTNAgent::Move(). |
|
Definition at line 124 of file MTN.cc. References MTNKeyFrame::data, MTNFile::GetKeyFrame(), MTNFile::GetNumInterpolate8ms(), MTNFile::GetNumKeyFrames(), mtnfile, and slongword. Referenced by InterpolateCommandVectorData(). |
|
Definition at line 94 of file MTN.cc. References currentFrame, currentKeyFrame, MTNFile::GetNumInterpolate8ms(), MTNFile::GetNumJoints(), InterpolateCommandData(), More(), and mtnfile. Referenced by MTNAgent7::Move(), and MTNAgent::Move(). |
|
Definition at line 65 of file MTN.cc. References currentKeyFrame, MTNFile::GetNumKeyFrames(), and mtnfile. Referenced by InterpolateCommandVectorData(), MTNAgent7::Move(), and MTNAgent::Move(). |
|
Definition at line 72 of file MTN.cc. References currentFrame, currentKeyFrame, MTNFile::GetNumInterpolate8ms(), and mtnfile. Referenced by MTNAgent7::Move(), and MTNAgent::Move(). |
|
Definition at line 21 of file MTN.cc. References First(), and mtnfile. Referenced by MTNAgent7::NotifyCommand(), and MTNAgent::NotifyCommand(). |
|
Definition at line 41 of file MTN.h. Referenced by First(), InterpolateCommandVectorData(), and Next(). |
|
Definition at line 40 of file MTN.h. Referenced by First(), InterpolateCommandVectorData(), More(), and Next(). |
|
Definition at line 39 of file MTN.h. Referenced by GetName(), GetRobotDesign(), InterpolateCommandData(), InterpolateCommandVectorData(), More(), Next(), and Set(). |