![]() |
VR-Link API Documentation for DIS
|
DtEnvironmentalConeRecord implements the Environmental geometry record type "Cone Record 1." See Enumerated Bit Values document, section 12.3.4.10. More...
Inheritance diagram for DtEnvironmentalConeRecord:
Collaboration diagram for DtEnvironmentalConeRecord:Public Member Functions | |
| DtEnvironmentalConeRecord () | |
| Constructor. | |
| DtEnvironmentalConeRecord (const DtEnvironmentalConeRecord &orig) | |
| Copy constructor. | |
| const DtEnvironmentalConeRecord & | operator= (const DtEnvironmentalConeRecord &orig) |
| Assignment Operator. | |
| virtual | ~DtEnvironmentalConeRecord () |
| Destructor. | |
| virtual DtEnvironmentalRecord * | clone () const |
| Clone. | |
| virtual void | setLocation (const DtVector &location) |
| Set/ get location. | |
| virtual const DtVector & | location () const |
| virtual void | setOrientation (const DtTaitBryan &orientation) |
| Set/ get orientation. | |
| virtual const DtTaitBryan & | orientation () const |
| virtual void | setHeight (DtFloat32 height) |
| Set/ get height. | |
| virtual DtFloat32 | height () const |
| virtual void | setPeakAngle (DtFloat32 peakAngle) |
| Set/get peak angle. | |
| virtual DtFloat32 | peakAngle () const |
| virtual bool | createNetworkRepresentation () |
| Create this record's network representation. | |
| const DtNetEnvironmentalConeRecord * | coneNetRep () const |
| returns the network representation of the environmental record | |
| DtNetEnvironmentalConeRecord * | coneNetRep () |
| virtual void | setFromNet (const DtNetEnvironmentalRecord &buffer, int protocolVersion) |
| 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 DtEnvironmentalGeometryRecord | |
| DtEnvironmentalGeometryRecord () | |
| Constructor. | |
| DtEnvironmentalGeometryRecord (const DtEnvironmentalGeometryRecord &orig) | |
| Copy constructor. | |
| const DtEnvironmentalGeometryRecord & | operator= (const DtEnvironmentalGeometryRecord &orig) |
| Assignment Operator. | |
| virtual | ~DtEnvironmentalGeometryRecord () |
| Destructor. | |
| virtual void | setHasState (bool hasState) |
| Set/get a flag to indicate whether or not a state record is associated with this geometry record. | |
| virtual bool | hasState () const |
Public Member Functions inherited from DtEnvironmentalRecord | |
| DtEnvironmentalRecord () | |
| Constructor. | |
| DtEnvironmentalRecord (const DtEnvironmentalRecord &orig) | |
| Copy constructor. | |
| const DtEnvironmentalRecord & | operator= (const DtEnvironmentalRecord &orig) |
| Assignment operator. | |
| virtual | ~DtEnvironmentalRecord () |
| Destructor. | |
| 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 | |
| DtEnvironmentalConeRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. | |
Protected Attributes | |
| DtVector | myLocation |
| DtTaitBryan | myOrientation |
Protected Attributes inherited from DtEnvironmentalGeometryRecord | |
| bool | myHasState |
Protected Attributes inherited from DtEnvironmentalRecord | |
| DtNetEnvironmentalRecord * | myNetRep |
DtEnvironmentalConeRecord implements the Environmental geometry record type "Cone Record 1." See Enumerated Bit Values document, section 12.3.4.10.
| DtEnvironmentalConeRecord::DtEnvironmentalConeRecord | ( | ) |
Constructor.
| DtEnvironmentalConeRecord::DtEnvironmentalConeRecord | ( | const DtEnvironmentalConeRecord & | orig | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
Clone.
Reimplemented from DtEnvironmentalGeometryRecord.
| const DtNetEnvironmentalConeRecord* DtEnvironmentalConeRecord::coneNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetEnvironmentalConeRecord* DtEnvironmentalConeRecord::coneNetRep | ( | ) |
|
virtual |
Create this record's network representation.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
|
virtual |
|
virtual |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
| const DtEnvironmentalConeRecord& DtEnvironmentalConeRecord::operator= | ( | const DtEnvironmentalConeRecord & | orig | ) |
Assignment Operator.
|
virtual |
|
virtual |
|
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 height.
|
virtual |
Set/ get location.
|
virtual |
Set/ get orientation.
|
virtual |
Set/get peak angle.
|
protected |
|
protected |