![]() |
VR-Forces 4.0.4 Class Documentation
|
DtMoveAlongTaskState; task state associated with a DtMoveAlongTaskState. More...

Public Member Functions | |
| DtMoveAlongTaskState () | |
| default constructor | |
| DtMoveAlongTaskState (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a task state object 'put' itself, the writeName will preface the task. | |
| DtMoveAlongTaskState (const DtString &writeName, const DtMoveAlongTaskState &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtMoveAlongTaskState & | operator= (const DtMoveAlongTaskState &orig) |
| assignment operator | |
| virtual | ~DtMoveAlongTaskState () |
| virtual int | type () const |
| virtual DtSimTaskState * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| virtual DtString | stringRep () const |
| virtual void | setCurrentVertex (int vertex) |
| Set/get current vertex we are heading toward in route. | |
| virtual int | currentVertex () const |
| Set/get current vertex we are heading toward in route. | |
Static Public Member Functions | |
| static DtSimTaskState * | creator () |
Protected Attributes | |
| DtRwInt | myCurrentVertex |
DtMoveAlongTaskState; task state associated with a DtMoveAlongTaskState.
default constructor
| DtMoveAlongTaskState::DtMoveAlongTaskState | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a task state object 'put' itself, the writeName will preface the task.
| DtMoveAlongTaskState::DtMoveAlongTaskState | ( | const DtString & | writeName, |
| const DtMoveAlongTaskState & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtMoveAlongTaskState::~DtMoveAlongTaskState | ( | ) | [virtual] |
| const DtMoveAlongTaskState& DtMoveAlongTaskState::operator= | ( | const DtMoveAlongTaskState & | orig | ) |
assignment operator
| virtual int DtMoveAlongTaskState::type | ( | ) | const [virtual] |
Reimplemented from DtSimTaskState.
| virtual DtSimTaskState* DtMoveAlongTaskState::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Reimplemented from DtSimTaskState.
| virtual DtString DtMoveAlongTaskState::stringRep | ( | ) | const [virtual] |
| virtual void DtMoveAlongTaskState::setCurrentVertex | ( | int | vertex | ) | [virtual] |
Set/get current vertex we are heading toward in route.
Vertices are numbered starting at 0.
| virtual int DtMoveAlongTaskState::currentVertex | ( | ) | const [virtual] |
Set/get current vertex we are heading toward in route.
Vertices are numbered starting at 0.
| static DtSimTaskState* DtMoveAlongTaskState::creator | ( | ) | [static] |
DtRwInt DtMoveAlongTaskState::myCurrentVertex [protected] |