![]() |
VR-Forces 4.3.1 Class Documentation
|
Interface content for requesting a the hostility matrix from the simulation engine. More...

Public Member Functions | |
| DtIfRequestHostilityMatrix () | |
| default constructor | |
| DtIfRequestHostilityMatrix (const DtIfRequestHostilityMatrix &orig) | |
| copy constructor | |
| const DtIfRequestHostilityMatrix & | operator= (const DtIfRequestHostilityMatrix &orig) |
| assignment operator | |
| virtual | ~DtIfRequestHostilityMatrix () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Interface content for requesting a the hostility matrix from the simulation engine.
A DtIfHostilityMatrix interface message is typically sent in response to this request.
| DtIfRequestHostilityMatrix::DtIfRequestHostilityMatrix | ( | ) |
default constructor
| DtIfRequestHostilityMatrix::DtIfRequestHostilityMatrix | ( | const DtIfRequestHostilityMatrix & | orig | ) |
copy constructor
|
virtual |
| const DtIfRequestHostilityMatrix& DtIfRequestHostilityMatrix::operator= | ( | const DtIfRequestHostilityMatrix & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |