![]() |
VR-Link API Documentation for HLA 1516
|
Instances of DtBurstPointObjectDecoder are used to decode burst point object state messages for a state repository in and HLA environment. More...
Inheritance diagram for DtBurstPointObjectDecoder:
Collaboration diagram for DtBurstPointObjectDecoder:Public Member Functions | |
| DtBurstPointObjectDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| default constructor | |
| virtual | ~DtBurstPointObjectDecoder () |
| destructor | |
| DtBurstPointObjectDecoder (const DtBurstPointObjectDecoder &orig) | |
| copy constructor | |
| DtBurstPointObjectDecoder & | operator= (const DtBurstPointObjectDecoder &orig) |
| assignment operator | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Create a DtHlaStateEncoder. Caller is responsible for deletion. | |
Protected Member Functions | |
| DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER (PercentOpacity) | |
| Static decode<AttributeName> member functions. | |
| DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER (CylinderSize) | |
| DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER (CylinderHeight) | |
| DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER (NumberOfBursts) | |
| DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER (ChemicalContent) | |
Instances of DtBurstPointObjectDecoder are used to decode burst point object state messages for a state repository in and HLA environment.
| DtBurstPointObjectDecoder::DtBurstPointObjectDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
default constructor
| virtual DtBurstPointObjectDecoder::~DtBurstPointObjectDecoder | ( | ) | [virtual] |
destructor
copy constructor
| static DtHlaStateDecoder* DtBurstPointObjectDecoder::create | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) | [static] |
Create a DtHlaStateEncoder. Caller is responsible for deletion.
Reimplemented from DtPointObjectDecoder.
| DtBurstPointObjectDecoder::DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER | ( | PercentOpacity | ) | [protected] |
Static decode<AttributeName> member functions.
For RPR > 2.0002
| DtBurstPointObjectDecoder::DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER | ( | CylinderSize | ) | [protected] |
| DtBurstPointObjectDecoder::DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER | ( | CylinderHeight | ) | [protected] |
| DtBurstPointObjectDecoder::DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER | ( | NumberOfBursts | ) | [protected] |
| DtBurstPointObjectDecoder::DtDECLARE_BURST_POINT_OBJ_ATTR_DECODER | ( | ChemicalContent | ) | [protected] |
| DtBurstPointObjectDecoder& DtBurstPointObjectDecoder::operator= | ( | const DtBurstPointObjectDecoder & | orig | ) |
assignment operator