![]() |
VR-Forces 4.0.4 Class Documentation
|
File: planAndMoveToLocTask.h. More...

Public Member Functions | |
| DtPlanAndMoveToLocationTask () | |
| default constructor | |
| DtPlanAndMoveToLocationTask (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a task 'put' itself, the writeName will preface the task. | |
| DtPlanAndMoveToLocationTask (const DtString &writeName, const DtPlanAndMoveToLocationTask &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtPlanAndMoveToLocationTask & | operator= (const DtPlanAndMoveToLocationTask &orig) |
| assignment operator | |
| virtual | ~DtPlanAndMoveToLocationTask () |
| virtual int | type () const |
| Returns DtPlanAndMoveToLocationTaskType. | |
| virtual DtSimTask * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| Creates a copy of this task. | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this task. | |
Static Public Member Functions | |
| static DtSimTask * | creator () |
File: planAndMoveToLocTask.h.
Class: DtPlanAndMoveToLocationTask DtPlanAndMoveToLocationTask represents a planAndMoveToLocation task for an entity to perform. It inherits DtMoveToLocationTask and has all the same parameters as that task.
This task can be used by any vehicle having a path planning controller. It indicates that the vehicle should plan a path to the specified object, and then move along that path to the object.
task-type: DtPlanAndMoveToLocationType
parameters: control point name - The string name of the control point to move toward. You can look up the DtVrfObject corresponding to this name in the Object Manager.
default constructor
| DtPlanAndMoveToLocationTask::DtPlanAndMoveToLocationTask | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a task 'put' itself, the writeName will preface the task.
| DtPlanAndMoveToLocationTask::DtPlanAndMoveToLocationTask | ( | const DtString & | writeName, |
| const DtPlanAndMoveToLocationTask & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtPlanAndMoveToLocationTask::~DtPlanAndMoveToLocationTask | ( | ) | [virtual] |
| const DtPlanAndMoveToLocationTask& DtPlanAndMoveToLocationTask::operator= | ( | const DtPlanAndMoveToLocationTask & | orig | ) |
assignment operator
| virtual int DtPlanAndMoveToLocationTask::type | ( | ) | const [virtual] |
Returns DtPlanAndMoveToLocationTaskType.
Reimplemented from DtMoveToLocationTask.
| virtual DtSimTask* DtPlanAndMoveToLocationTask::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of this task.
Reimplemented from DtMoveToLocationTask.
| virtual DtString DtPlanAndMoveToLocationTask::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this task.
Reimplemented from DtMoveToLocationTask.
| static DtSimTask* DtPlanAndMoveToLocationTask::creator | ( | ) | [static] |
Reimplemented from DtMoveToLocationTask.