#include <MotionNetData.h>
Collaboration diagram for MotionNetData:
Public Member Functions | |
MotionNetData () | |
Default Constructor. | |
~MotionNetData () | |
Deconstructor. | |
void | load (In &stream) |
Loads the motion net from a file or another stream. | |
Public Attributes | |
short | label_extern_start [SpecialActionRequest::numOfSpecialAction] |
jump table from extern.mof: get start index from request | |
MotionNetNode * | nodeArray |
The motion net. |
Uwe Düffert
Max Risler
Definition at line 24 of file MotionNetData.h.
|
Default Constructor.
Definition at line 12 of file MotionNetData.cpp. |
|
Deconstructor.
Definition at line 63 of file MotionNetData.cpp. References nodeArray. |
|
Loads the motion net from a file or another stream.
Definition at line 17 of file MotionNetData.cpp. References MotionNetNode::d, label_extern_start, and nodeArray. Referenced by GT2003MotionNetSpecialActions::handleMessage(). |
|
jump table from extern.mof: get start index from request
Definition at line 37 of file MotionNetData.h. Referenced by GT2003MotionNetSpecialActions::getNextData(), and load(). |
|
The motion net.
Definition at line 40 of file MotionNetData.h. Referenced by GT2003MotionNetSpecialActions::getNextData(), load(), and ~MotionNetData(). |