![]() |
VR-Forces 4.0.4 Class Documentation
|
DtFireForEffectOnTargetTask represents an artillery task to fire for effect on the specified entity. More...

Public Member Functions | |
| DtFireForEffectOnLocationTask () | |
| default constructor | |
| DtFireForEffectOnLocationTask (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a task 'put' itself, the writeName will preface the task. | |
| DtFireForEffectOnLocationTask (const DtString &writeName, const DtFireForEffectOnLocationTask &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtFireForEffectOnLocationTask & | operator= (const DtFireForEffectOnLocationTask &orig) |
| assignment operator | |
| virtual | ~DtFireForEffectOnLocationTask () |
| virtual int | type () const |
| Override to define the type of FFE task; types found in taskNames.h. | |
| virtual DtSimTask * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) const |
| Creates a copy of this FFE task. | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this task. | |
| virtual void | setLocation (const DtVector &location) |
| Target location in geocentric coordinates. | |
| virtual const DtVector & | location () const |
| virtual int | netRepSize () const |
| Returns the size of the full network representation padded to an 8-byte boundary. | |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Fills in the task from the network buffer. | |
| virtual bool | setToNet () |
| Fills in the network buffer (created by base class simTask) with the task contents. | |
Static Public Member Functions | |
| static DtSimTask * | creator () |
Protected Attributes | |
| DtRwVector | myLocation |
DtFireForEffectOnTargetTask represents an artillery task to fire for effect on the specified entity.
default constructor
| DtFireForEffectOnLocationTask::DtFireForEffectOnLocationTask | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a task 'put' itself, the writeName will preface the task.
| DtFireForEffectOnLocationTask::DtFireForEffectOnLocationTask | ( | const DtString & | writeName, |
| const DtFireForEffectOnLocationTask & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtFireForEffectOnLocationTask::~DtFireForEffectOnLocationTask | ( | ) | [virtual] |
| const DtFireForEffectOnLocationTask& DtFireForEffectOnLocationTask::operator= | ( | const DtFireForEffectOnLocationTask & | orig | ) |
assignment operator
| virtual int DtFireForEffectOnLocationTask::type | ( | ) | const [virtual] |
Override to define the type of FFE task; types found in taskNames.h.
Implements DtSimTask.
| virtual DtSimTask* DtFireForEffectOnLocationTask::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of this FFE task.
Implements DtSimTask.
| virtual DtString DtFireForEffectOnLocationTask::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this task.
Implements DtSimTask.
| virtual void DtFireForEffectOnLocationTask::setLocation | ( | const DtVector & | location | ) | [virtual] |
Target location in geocentric coordinates.
| virtual const DtVector& DtFireForEffectOnLocationTask::location | ( | ) | const [virtual] |
| virtual int DtFireForEffectOnLocationTask::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtFireForEffectTask.
| virtual bool DtFireForEffectOnLocationTask::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtFireForEffectTask.
| virtual bool DtFireForEffectOnLocationTask::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtFireForEffectTask.
| static DtSimTask* DtFireForEffectOnLocationTask::creator | ( | ) | [static] |
DtRwVector DtFireForEffectOnLocationTask::myLocation [protected] |