VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions
DtPlanAndMoveToLocationTask Class Reference

File: planAndMoveToLocTask.h. More...

Inheritance diagram for DtPlanAndMoveToLocationTask:
Inheritance graph
[legend]

List of all members.

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 DtPlanAndMoveToLocationTaskoperator= (const DtPlanAndMoveToLocationTask &orig)
 assignment operator
virtual ~DtPlanAndMoveToLocationTask ()
virtual int type () const
 Returns DtPlanAndMoveToLocationTaskType.
virtual DtSimTaskclone (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 DtSimTaskcreator ()

Detailed Description

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.


Constructor & Destructor Documentation

default constructor

constructor If you have a task 'put' itself, the writeName will preface the task.

copy constructor


Member Function Documentation

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.

Reimplemented from DtMoveToLocationTask.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)