![]() |
VR-Link API Documentation for HLA 1.3
|
class DtEnvironmentEntityDecoder: More...
Inheritance diagram for DtEnvironmentEntityDecoder:
Collaboration diagram for DtEnvironmentEntityDecoder:Public Member Functions | |
| DtEnvironmentEntityDecoder (DtExerciseConn *exConn, DtObjClassDesc *classDesc) | |
| constructor | |
| virtual | ~DtEnvironmentEntityDecoder () |
| destructor | |
| DtEnvironmentEntityDecoder (const DtEnvironmentEntityDecoder &orig) | |
| copy constructor | |
| DtEnvironmentEntityDecoder & | operator= (const DtEnvironmentEntityDecoder &orig) |
| assignment operator | |
Static Public Member Functions | |
| static DtHlaStateDecoder * | create (DtExerciseConn *exConn, DtObjClassDesc *classDesc) |
| Create a DtEnvironmentEntityDecoder. | |
Protected Member Functions | |
| void | addMyDecoders () |
| Add decoding functions for the attributes. | |
| DtDECLARE_ENTITY_ATTR_DECODER (Density) | |
| Static decode<AttributeName> member functions. | |
| DtDECLARE_ENTITY_ATTR_DECODER (OpacityCode) | |
class DtEnvironmentEntityDecoder:
Instances of DtEnvironmentEntityDecoder are used to decode an environmental entity state message into a state repository in an HLA (as opposed to DIS) environment.
| DtEnvironmentEntityDecoder::DtEnvironmentEntityDecoder | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) |
constructor
| virtual DtEnvironmentEntityDecoder::~DtEnvironmentEntityDecoder | ( | ) | [virtual] |
destructor
copy constructor
| void DtEnvironmentEntityDecoder::addMyDecoders | ( | ) | [protected] |
Add decoding functions for the attributes.
Note: Non-virtual since meant to be called from constructors to add decoders.
Reimplemented from DtBaseEntityDecoder.
| static DtHlaStateDecoder* DtEnvironmentEntityDecoder::create | ( | DtExerciseConn * | exConn, |
| DtObjClassDesc * | classDesc | ||
| ) | [static] |
Create a DtEnvironmentEntityDecoder.
User is responsible for deletion.
Reimplemented from DtBaseEntityDecoder.
| DtEnvironmentEntityDecoder::DtDECLARE_ENTITY_ATTR_DECODER | ( | Density | ) | [protected] |
Static decode<AttributeName> member functions.
Attribute Density's name was changed to OpacityCode for RPR FOM versions > 0.8.
| DtEnvironmentEntityDecoder::DtDECLARE_ENTITY_ATTR_DECODER | ( | OpacityCode | ) | [protected] |
| DtEnvironmentEntityDecoder& DtEnvironmentEntityDecoder::operator= | ( | const DtEnvironmentEntityDecoder & | orig | ) |
assignment operator