9 #ifndef DtEnvironmentalEllipsoidRecord_H_
10 #define DtEnvironmentalEllipsoidRecord_H_
43 virtual void setLocation(
const DtVector& location);
44 virtual const DtVector& location()
const;
47 virtual void setSigma(
const DtVector& sigma);
48 virtual const DtVector& sigma()
const;
51 virtual void setOrientation(
const DtTaitBryan& sigma);
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtVector mySigma
Definition: environmentalEllipsoidRecord.h:75
DtEnvironmentalEllipsoidRecord implements the Environmental geometry record type "Ellipsoid Record 1...
Definition: environmentalEllipsoidRecord.h:20
virtual DtEnvironmentalRecord * clone() const
Clone.
DtTaitBryans are used to represent orientation of an object, using a set of three Euler angles...
Definition: vlTaitBryan.h:43
Definition: vlVector.h:224
DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed...
Definition: environmentalGeometryRecord.h:22
This file declares DtTaitBryan.
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
DtTaitBryan myOrientation
Definition: environmentalEllipsoidRecord.h:76
DtVector myLocation
Definition: environmentalEllipsoidRecord.h:74
virtual void setFromNet(const DtNetEnvironmentalRecord &buffer, int protocolVersion)
used by the PDU class to fill in the network representation
Ellipsoid 1 Geometry Record (EBV-DOC, 12.4.4.8)
Definition: envProcP.h:184
virtual bool createNetworkRepresentation()
This doesn't need to be called explicitly.
const DtEnvironmentalGeometryRecord & operator=(const DtEnvironmentalGeometryRecord &orig)
Assignment Operator.