![]() |
VR-Link API Documentation for DIS
|
DtEnvironmentalFlareStateRecord implements the Environmental state record type "Flare State." See Enumerated Bit Values document, section 12.3.5.2. More...
Inheritance diagram for DtEnvironmentalFlareStateRecord:
Collaboration diagram for DtEnvironmentalFlareStateRecord:Public Member Functions | |
| DtEnvironmentalFlareStateRecord () | |
| Constructor. | |
| DtEnvironmentalFlareStateRecord (const DtEnvironmentalFlareStateRecord &orig) | |
| Copy Constructor. | |
| const DtEnvironmentalFlareStateRecord & | operator= (const DtEnvironmentalFlareStateRecord &orig) |
| Assignment Operator. | |
| virtual | ~DtEnvironmentalFlareStateRecord () |
| Destructor. | |
| virtual DtEnvironmentalRecord * | clone () const |
| Clone. | |
| virtual void | setTimeSinceCreation (DtU32 timeSinceCreation) |
| Set/ get the time since creation. | |
| virtual DtU32 | timeSinceCreation () const |
| virtual void | setSource (const DtEntityType &source) |
| Set/ get the source type. | |
| virtual const DtEntityType & | source () const |
| virtual void | setNumberOfSources (DtInt32 numberOfSources) |
| Set/ get the number of sources. | |
| virtual DtInt32 | numberOfSources () const |
| virtual void | setNumberIntensity (DtInt32 numberIntensity) |
| Set/ get the number intensity. | |
| virtual DtInt32 | numberIntensity () const |
| virtual void | setGeometryIndex (DtU16 geometryIndex) |
| Set/ get the index of the geometry record associated with this state record. | |
| virtual DtU16 | geometryIndex () const |
| virtual bool | createNetworkRepresentation () |
| Create the record's network representation. | |
| const DtNetFlareStateRecord * | flareNetRep () const |
| returns the network representation of the environmental record | |
| DtNetFlareStateRecord * | flareNetRep () |
| virtual void | setFromNet (const DtNetEnvironmentalRecord &buffer) |
| used by the PDU class to fill in the network representation | |
| virtual int | netRepSize () const |
| returns the size of the net representation, in bytes. | |
Public Member Functions inherited from DtEnvironmentalRecord | |
| DtEnvironmentalRecord () | |
| const DtEnvironmentalRecord & | operator= (const DtEnvironmentalRecord &orig) |
| virtual | ~DtEnvironmentalRecord () |
| virtual void | setType (DtU32 type) |
| virtual DtU32 | type () const |
| virtual void | setLength (DtU16 length) |
| virtual DtU16 | length () const |
| virtual void | setIndex (DtU8 index) |
| virtual DtU8 | index () const |
| const DtNetEnvironmentalRecord * | netRep () const |
| returns the network representation of the environmental record | |
| DtNetEnvironmentalRecord * | netRep () |
Protected Member Functions | |
| DtEnvironmentalFlareStateRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. | |
Protected Member Functions inherited from DtEnvironmentalRecord | |
| DtEnvironmentalRecord (const DtEnvironmentalRecord &orig) | |
| virtual bool | checkAndCreate () |
| Checks to see if we need a representation, and creates it if we do Returns false, if the create fails, true otherwise. | |
Protected Attributes | |
| DtEntityType | mySource |
Protected Attributes inherited from DtEnvironmentalRecord | |
| DtNetEnvironmentalRecord * | myNetRep |
DtEnvironmentalFlareStateRecord implements the Environmental state record type "Flare State." See Enumerated Bit Values document, section 12.3.5.2.
| DtEnvironmentalFlareStateRecord::DtEnvironmentalFlareStateRecord | ( | ) |
Constructor.
| DtEnvironmentalFlareStateRecord::DtEnvironmentalFlareStateRecord | ( | const DtEnvironmentalFlareStateRecord & | orig | ) |
Copy Constructor.
|
virtual |
Destructor.
|
virtual |
Clone.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Create the record's network representation.
Reimplemented from DtEnvironmentalRecord.
| const DtNetFlareStateRecord* DtEnvironmentalFlareStateRecord::flareNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetFlareStateRecord* DtEnvironmentalFlareStateRecord::flareNetRep | ( | ) |
|
virtual |
|
virtual |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
|
virtual |
| const DtEnvironmentalFlareStateRecord& DtEnvironmentalFlareStateRecord::operator= | ( | const DtEnvironmentalFlareStateRecord & | orig | ) |
Assignment Operator.
|
protected |
Casts the 'this' pointer for changing elements in a const function.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
used by the PDU class to fill in the network representation
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get the index of the geometry record associated with this state record.
|
virtual |
Set/ get the number intensity.
|
virtual |
Set/ get the number of sources.
|
virtual |
Set/ get the source type.
|
virtual |
Set/ get the time since creation.
|
virtual |
|
virtual |
|
protected |