9 #ifndef DtEnvironmentalLineRecord_H_
10 #define DtEnvironmentalLineRecord_H_
42 virtual void setStartLocation(
const DtVector& startLocation);
43 virtual const DtVector& startLocation()
const;
46 virtual void setEndLocation(
const DtVector& endLocation);
47 virtual const DtVector& endLocation()
const;
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Line 1 Geometry Record (EBV-DOC, 12.3.4.3)
Definition: envProcP.h:107
virtual DtEnvironmentalRecord * clone() const
Clone.
DtVector myStartLocation
Definition: environmentalLineRecord.h:71
This file declares DtVector and DtVector32.
Definition: vlVector.h:224
DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed...
Definition: environmentalGeometryRecord.h:22
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
DtVector myEndLocation
Definition: environmentalLineRecord.h:72
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
DtEnvironmentalLineRecord implements the Environmental geometry record type "Line Record 1...
Definition: environmentalLineRecord.h:20
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.