![]() |
VR-Link API Documentation for DIS
|
DtEnvironmentalDRConeRecord implements the Environmental geometry record type "Cone Record 2." See Enumerated Bit Values document, section 12.3.4.11. More...
Inheritance diagram for DtEnvironmentalDRConeRecord:
Collaboration diagram for DtEnvironmentalDRConeRecord:Public Member Functions | |
| DtEnvironmentalDRConeRecord () | |
| Constructor. | |
| DtEnvironmentalDRConeRecord (const DtEnvironmentalDRConeRecord &orig) | |
| Copy constructor. | |
| const DtEnvironmentalDRConeRecord & | operator= (const DtEnvironmentalDRConeRecord &orig) |
| Assignment Operator. | |
| virtual | ~DtEnvironmentalDRConeRecord () |
| 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 | setVelocity (const DtVector &velocity) |
| Set/ get velocity. | |
| virtual const DtVector & | velocity () const |
| virtual void | setAngularVelocity (const DtVector &angularVelocity) |
| Set/ get angular velocity. | |
| virtual const DtVector & | angularVelocity () const |
| virtual void | setHeight (DtFloat32 height) |
| Set/ get height. | |
| virtual DtFloat32 | height () const |
| virtual void | setPeakAngle (DtFloat32 peakAngle) |
| Ste/ get peak angle. | |
| virtual DtFloat32 | peakAngle () const |
| virtual void | setHeightSpeed (DtFloat32 heightSpeed) |
| Set/ get height speed. | |
| virtual DtFloat32 | heightSpeed () const |
| virtual void | setPeakAngleSpeed (DtFloat32 peakAngleSpeed) |
| Set/ get peak angle speed. | |
| virtual DtFloat32 | peakAngleSpeed () const |
| virtual bool | createNetworkRepresentation () |
| This doesn't need to be called explicitly. | |
| const DtNetEnvironmentalDRConeRecord * | drConeNetRep () const |
| returns the network representation of the environmental record | |
| DtNetEnvironmentalDRConeRecord * | drConeNetRep () |
| 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 | |
| DtEnvironmentalDRConeRecord * | self () const |
| Casts the 'this' pointer for changing elements in a const function. | |
Protected Attributes | |
| DtVector | myLocation |
| DtTaitBryan | myOrientation |
| DtVector | myVelocity |
| DtVector | myAngularVelocity |
Protected Attributes inherited from DtEnvironmentalGeometryRecord | |
| bool | myHasState |
Protected Attributes inherited from DtEnvironmentalRecord | |
| DtNetEnvironmentalRecord * | myNetRep |
DtEnvironmentalDRConeRecord implements the Environmental geometry record type "Cone Record 2." See Enumerated Bit Values document, section 12.3.4.11.
| DtEnvironmentalDRConeRecord::DtEnvironmentalDRConeRecord | ( | ) |
Constructor.
| DtEnvironmentalDRConeRecord::DtEnvironmentalDRConeRecord | ( | const DtEnvironmentalDRConeRecord & | orig | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
|
virtual |
Clone.
Reimplemented from DtEnvironmentalGeometryRecord.
|
virtual |
This doesn't need to be called explicitly.
If any routine that needs the repository finds that it hasn't been created yet, it calls this method.
Reimplemented from DtEnvironmentalRecord.
| const DtNetEnvironmentalDRConeRecord* DtEnvironmentalDRConeRecord::drConeNetRep | ( | ) | const |
returns the network representation of the environmental record
| DtNetEnvironmentalDRConeRecord* DtEnvironmentalDRConeRecord::drConeNetRep | ( | ) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
returns the size of the net representation, in bytes.
Reimplemented from DtEnvironmentalRecord.
| const DtEnvironmentalDRConeRecord& DtEnvironmentalDRConeRecord::operator= | ( | const DtEnvironmentalDRConeRecord & | orig | ) |
Assignment Operator.
|
virtual |
|
virtual |
|
virtual |
|
protected |
Casts the 'this' pointer for changing elements in a const function.
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get angular velocity.
|
virtual |
used by the PDU class to fill in the network representation
Reimplemented from DtEnvironmentalRecord.
|
virtual |
Set/ get height.
|
virtual |
Set/ get height speed.
|
virtual |
Set/ get location.
|
virtual |
Set/ get orientation.
|
virtual |
Ste/ get peak angle.
|
virtual |
Set/ get peak angle speed.
|
virtual |
Set/ get velocity.
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |