9 #ifndef DtEnvironmentalDRLineRecord_H_
10 #define DtEnvironmentalDRLineRecord_H_
41 virtual void setStartLocation(
const DtVector& startLocation);
42 virtual const DtVector& startLocation()
const;
45 virtual void setEndLocation(
const DtVector& endLocation);
46 virtual const DtVector& endLocation()
const;
49 virtual void setStartVelocity(
const DtVector& startVelocity);
50 virtual const DtVector& startVelocity()
const;
53 virtual void setEndVelocity(
const DtVector& endVelocity);
54 virtual const DtVector& endVelocity()
const;
DtVector myStartLocation
Definition: environmentalDRLineRecord.h:76
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtEnvironmentalRecord * clone() const
Clone.
DtVector myStartVelocity
Definition: environmentalDRLineRecord.h:78
Definition: vlVector.h:224
DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed...
Definition: environmentalGeometryRecord.h:22
Line 2 Geometry Record - Dead Reckoned (EBV-DOC, 12.3.4.4)
Definition: envProcP.h:124
DtVector myEndLocation
Definition: environmentalDRLineRecord.h:77
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
DtVector myEndVelocity
Definition: environmentalDRLineRecord.h:79
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.
DtEnvironmentalDRLineRecord implements the Environmental geometry record type "Line Record 2...
Definition: environmentalDRLineRecord.h:18
const DtEnvironmentalGeometryRecord & operator=(const DtEnvironmentalGeometryRecord &orig)
Assignment Operator.