![]() |
VR-Forces 4.10 Class Documentation
|

Public Member Functions | |
| DtIfComputeRoute () | |
| default constructor More... | |
| DtIfComputeRoute (const DtIfComputeRoute &orig) | |
| copy constructor More... | |
| const DtIfComputeRoute & | operator= (const DtIfComputeRoute &orig) |
| assignment operator More... | |
| virtual | ~DtIfComputeRoute () |
| destructor More... | |
| virtual unsigned long | requestId () const |
| Set/get the request Id for the message. More... | |
| virtual void | setRequestId (unsigned long requestId) |
| virtual void | setObjectName (const DtString &objectName) |
| Set/get the object name of the route to create. More... | |
| virtual const DtString & | objectName () const |
| virtual void | setForceType (const DtForceType forceType) |
| Set/get the force type of the route to create. More... | |
| virtual DtForceType | forceType () const |
| virtual void | setOverlay (const DtString &overlay) |
| Set/get the overlay name of the route. More... | |
| virtual const DtString & | overlay () const |
| virtual void | setObjectLabel (const DtString &objectLabel) |
| Set/get the object label of the route. More... | |
| virtual const DtString & | objectLabel () const |
| virtual const DtVector & | startPoint () const |
| virtual void | setStartPoint (const DtVector &) |
| virtual void | setExtendedLabels (const std::map< int, DtString > &extendedLabels) |
| Set/get the object label of the vrf object to create. More... | |
| virtual const std::map< int, DtString > & | extendedLabels () const |
| virtual const DtVector & | endPoint () const |
| virtual void | setEndPoint (const DtVector &) |
| virtual const std::vector < DtString > & | obstacleTypes () const |
| virtual void | setObstacleTypes (const std::vector< DtString > &) |
| virtual void | addObstacleType (const DtString &) |
| virtual const std::vector < DtString > & | pathTypes () const |
| virtual void | setPathTypes (const std::vector< DtString > &) |
| virtual void | addPathType (const DtString &) |
| virtual bool | cancel () const |
| virtual void | setCancel (bool) |
| virtual int | type () const |
| virtual DtIfComputeRoute * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtU32 | myRequestId |
| DtString | myObjectName |
| DtForceType | myForceType |
| DtString | myOverlay |
| DtString | myObjectLabel |
| DtVector | myStartPoint |
| DtVector | myEndPoint |
| std::vector< DtString > | myObstacleTypes |
| std::vector< DtString > | myPathTypes |
| std::map< int, DtString > | myExtendedLabels |
| bool | myCancelFlag |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| DtIfComputeRoute::DtIfComputeRoute | ( | ) |
default constructor
| DtIfComputeRoute::DtIfComputeRoute | ( | const DtIfComputeRoute & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtIfComputeRoute& DtIfComputeRoute::operator= | ( | const DtIfComputeRoute & | orig | ) |
assignment operator
Set/get the request Id for the message.
Request Id is used to associate this message with the response message.
|
virtual |
Set/get the object name of the route to create.
Note that if the object name length is > 255 characters, it will be trimmed to 255 characters
|
virtual |
|
virtual |
Set/get the force type of the route to create.
|
virtual |
|
virtual |
Set/get the overlay name of the route.
|
virtual |
|
virtual |
Set/get the object label of the route.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set/get the object label of the vrf object to create.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |