9 #ifndef DtEnvironmentalRectangularVolumeRecord_H_
10 #define DtEnvironmentalRectangularVolumeRecord_H_
38 virtual void setCornerLocation(
const DtVector& cornerLocation);
39 virtual const DtVector& cornerLocation()
const;
41 virtual void setExtent(
const DtVector& extent);
42 virtual const DtVector& extent()
const;
44 virtual void setOrientation(
const DtTaitBryan& orientation);
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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
Rectangular Volume 1 Geometry Record (EBV-DOC, 12.4.4.12)
Definition: envProcP.h:284
DtVector myCornerLocation
Definition: environmentalRectangularVolumeRecord.h:65
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
DtEnvironmentalRectangularVolumeRecord implements the Environmental geometry record type "Rectangular...
Definition: environmentalRectangularVolumeRecord.h:21
DtVector myExtent
Definition: environmentalRectangularVolumeRecord.h:66
virtual void setFromNet(const DtNetEnvironmentalRecord &buffer, int protocolVersion)
used by the PDU class to fill in the network representation
virtual bool createNetworkRepresentation()
This doesn't need to be called explicitly.
const DtEnvironmentalGeometryRecord & operator=(const DtEnvironmentalGeometryRecord &orig)
Assignment Operator.
DtTaitBryan myOrientation
Definition: environmentalRectangularVolumeRecord.h:67