![]() |
VR-Forces 4.1.1 Class Documentation
|
Class DtIfSpawnBreach. More...

Public Member Functions | |
| DtIfSpawnBreach () | |
| default constructor | |
| virtual | ~DtIfSpawnBreach () |
| destructor | |
| DtIfSpawnBreach (const DtIfSpawnBreach &orig) | |
| copy constructor | |
| DtIfSpawnBreach & | operator= (const DtIfSpawnBreach &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual const DtVector & | breachStartPoint () const |
| Set/get the position of the breach Can either specify start and end or specify CM. | |
| virtual void | setBreachStartPoint (const DtVector &stPoint) |
| virtual const DtVector & | breachEndPoint () const |
| virtual void | setBreachEndPoint (const DtVector &endPoint) |
| virtual const DtVector & | breachPosition () const |
| virtual void | setBreachPosition (const DtVector &point) |
| virtual const DtObjectType & | breachType () const |
| Set/get the kind of Breach. | |
| virtual void | setBreachType (const DtObjectType &type) |
| virtual const DtEntityIdentifier & | breachedObjectId () const |
| virtual void | setBreachedObjectId (const DtEntityIdentifier &id) |
| 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 | 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 () |
Protected Attributes | |
| DtObjectType | myBreachType |
| DtVector | myBreachPosition |
| DtVector | myBreachEndPoint |
| DtVector | myBreachStartPoint |
| DtEntityIdentifier | myBreachedObjectId |
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 |
Class DtIfSpawnBreach.
Instances of DtIfSpawnBreach are the content portions of a Spawn Breach message. This message contains the position where to spawn the breach and on which engineering object the breach is being put on.
| DtIfSpawnBreach::DtIfSpawnBreach | ( | ) |
default constructor
|
virtual |
destructor
| DtIfSpawnBreach::DtIfSpawnBreach | ( | const DtIfSpawnBreach & | orig | ) |
copy constructor
| DtIfSpawnBreach& DtIfSpawnBreach::operator= | ( | const DtIfSpawnBreach & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Set/get the position of the breach Can either specify start and end or specify CM.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set/get the kind of Breach.
Is it dependent on an entity like a AVLB or is it a breach by damage, ie miclich.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |