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

Public Member Functions | |
| DtPatrolBetweenPointsTaskState () | |
| default constructor | |
| DtPatrolBetweenPointsTaskState (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a task state object 'put' itself, the writeName will preface the task. | |
| DtPatrolBetweenPointsTaskState (const DtString &writeName, const DtPatrolBetweenPointsTaskState &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtPatrolBetweenPointsTaskState & | operator= (const DtPatrolBetweenPointsTaskState &orig) |
| assignment operator | |
| virtual | ~DtPatrolBetweenPointsTaskState () |
| virtual int | type () const |
| virtual DtSimTaskState * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| virtual DtString | stringRep () const |
| virtual void | setMovingInReverseDirection (bool yesNo) |
| Set/get flag indicating whether or not we're moving in reverse direction between points. | |
| virtual bool | movingInReverseDirection () const |
| Set/get flag indicating whether or not we're moving in reverse direction between points. | |
Static Public Member Functions | |
| static DtSimTaskState * | creator () |
Protected Attributes | |
| DtRwBoolean | myMovingInReverseDirection |
DtPatrolBetweenPointsTaskState; task state associated with a DtPatrolTwoPointsTask.
default constructor
| DtPatrolBetweenPointsTaskState::DtPatrolBetweenPointsTaskState | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a task state object 'put' itself, the writeName will preface the task.
| DtPatrolBetweenPointsTaskState::DtPatrolBetweenPointsTaskState | ( | const DtString & | writeName, |
| const DtPatrolBetweenPointsTaskState & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtPatrolBetweenPointsTaskState::~DtPatrolBetweenPointsTaskState | ( | ) | [virtual] |
| const DtPatrolBetweenPointsTaskState& DtPatrolBetweenPointsTaskState::operator= | ( | const DtPatrolBetweenPointsTaskState & | orig | ) |
assignment operator
| virtual int DtPatrolBetweenPointsTaskState::type | ( | ) | const [virtual] |
Reimplemented from DtSimTaskState.
| virtual DtSimTaskState* DtPatrolBetweenPointsTaskState::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Reimplemented from DtSimTaskState.
| virtual DtString DtPatrolBetweenPointsTaskState::stringRep | ( | ) | const [virtual] |
| virtual void DtPatrolBetweenPointsTaskState::setMovingInReverseDirection | ( | bool | yesNo | ) | [virtual] |
Set/get flag indicating whether or not we're moving in reverse direction between points.
| virtual bool DtPatrolBetweenPointsTaskState::movingInReverseDirection | ( | ) | const [virtual] |
Set/get flag indicating whether or not we're moving in reverse direction between points.
| static DtSimTaskState* DtPatrolBetweenPointsTaskState::creator | ( | ) | [static] |