VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtSetLoadEntityRequest Class Reference

DtSetLoadEntityRequest represents a task to a entity to mount onto a parent entity. More...

Inheritance diagram for DtSetLoadEntityRequest:
Inheritance graph
[legend]

List of all members.

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 DtSetLoadEntityRequestoperator= (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 DtSetDataRequestclone (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 DtStringparentName () 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 DtVectorloadOverridePosition () const

Static Public Member Functions

static DtSetDataRequestcreator ()

Protected Attributes

DtRwString myParentName
DtRwBoolean myLoadOverride
DtRwVector myLoadOverridePosition

Detailed Description

DtSetLoadEntityRequest represents a task to a entity to mount onto a parent entity.


Constructor & Destructor Documentation

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


Member Function Documentation

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.

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]

Member Data Documentation


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)