![]() |
VR-Forces 4.0.4 Class Documentation
|
DtSetLoadEntityRequest represents a task to a entity to mount onto a parent entity. More...

Public Member Functions | |
| DtSetLoadEntityRequest () | |
| default constructor | |
| DtSetLoadEntityRequest (const DtString &writeName, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor If you have a task 'put' itself, the writeName will preface the task. | |
| DtSetLoadEntityRequest (const DtString &writeName, const DtSetLoadEntityRequest &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| const DtSetLoadEntityRequest & | operator= (const DtSetLoadEntityRequest &orig) |
| assignment operator | |
| virtual | ~DtSetLoadEntityRequest () |
| virtual int | type () const |
| Override to define the type of Load Entity task; types found in taskNames.h. | |
| virtual DtSetDataRequest * | 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. | |
| virtual void | setParentName (const DtString &parentName) |
| set parent | |
| virtual const DtString & | parentName () const |
| Get parent name. | |
| 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. | |
| virtual void | setLoadOverride (bool b) |
| virtual bool | loadOverride () const |
| virtual void | setLoadOverridePosition (const DtVector &) |
| virtual const DtVector & | loadOverridePosition () const |
Static Public Member Functions | |
| static DtSetDataRequest * | creator () |
Protected Attributes | |
| DtRwString | myParentName |
| DtRwBoolean | myLoadOverride |
| DtRwVector | myLoadOverridePosition |
DtSetLoadEntityRequest represents a task to a entity to mount onto a parent entity.
default constructor
| DtSetLoadEntityRequest::DtSetLoadEntityRequest | ( | const DtString & | writeName, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor If you have a task 'put' itself, the writeName will preface the task.
| DtSetLoadEntityRequest::DtSetLoadEntityRequest | ( | const DtString & | writeName, |
| const DtSetLoadEntityRequest & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtSetLoadEntityRequest::~DtSetLoadEntityRequest | ( | ) | [virtual] |
| const DtSetLoadEntityRequest& DtSetLoadEntityRequest::operator= | ( | const DtSetLoadEntityRequest & | orig | ) |
assignment operator
| virtual int DtSetLoadEntityRequest::type | ( | ) | const [virtual] |
Override to define the type of Load Entity task; types found in taskNames.h.
Implements DtSetDataRequest.
| virtual DtSetDataRequest* DtSetLoadEntityRequest::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) | const [virtual] |
Creates a copy of this task.
Implements DtSetDataRequest.
| virtual DtString DtSetLoadEntityRequest::stringRep | ( | ) | const [virtual] |
Get a readable string representation of this task.
Implements DtSetDataRequest.
| virtual void DtSetLoadEntityRequest::setParentName | ( | const DtString & | parentName | ) | [virtual] |
set parent
| virtual const DtString& DtSetLoadEntityRequest::parentName | ( | ) | const [virtual] |
Get parent name.
| virtual int DtSetLoadEntityRequest::netRepSize | ( | ) | const [virtual] |
Returns the size of the full network representation padded to an 8-byte boundary.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetLoadEntityRequest::setFromNet | ( | const char * | contentBuffer, |
| unsigned | contentSize | ||
| ) | [virtual] |
Fills in the task from the network buffer.
Reimplemented from DtSetDataRequest.
| virtual bool DtSetLoadEntityRequest::setToNet | ( | ) | [virtual] |
Fills in the network buffer (created by base class simTask) with the task contents.
Reimplemented from DtSetDataRequest.
| static DtSetDataRequest* DtSetLoadEntityRequest::creator | ( | ) | [static] |
| virtual void DtSetLoadEntityRequest::setLoadOverride | ( | bool | b | ) | [virtual] |
| virtual bool DtSetLoadEntityRequest::loadOverride | ( | ) | const [virtual] |
| virtual void DtSetLoadEntityRequest::setLoadOverridePosition | ( | const DtVector & | ) | [virtual] |
| virtual const DtVector& DtSetLoadEntityRequest::loadOverridePosition | ( | ) | const [virtual] |
DtRwString DtSetLoadEntityRequest::myParentName [protected] |
DtRwBoolean DtSetLoadEntityRequest::myLoadOverride [protected] |