VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalLineRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef DtEnvironmentalLineRecord_H_
10 #define DtEnvironmentalLineRecord_H_
11 
13 #include <matrix/vlVector.h>
14 
15 
19 
21 {
22 public:
23 
26 
29  const DtEnvironmentalLineRecord& orig);
30 
33  const DtEnvironmentalLineRecord& orig);
34 
36  virtual ~DtEnvironmentalLineRecord();
37 
39  virtual DtEnvironmentalRecord* clone() const;
40 
42  virtual void setStartLocation(const DtVector& startLocation);
43  virtual const DtVector& startLocation() const;
44 
46  virtual void setEndLocation(const DtVector& endLocation);
47  virtual const DtVector& endLocation() const;
48 
52  virtual bool createNetworkRepresentation();
53 
55  const DtNetEnvironmentalLineRecord* lineNetRep() const;
56  DtNetEnvironmentalLineRecord* lineNetRep();
57 
59  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer, int protocolVersion);
60 
62  virtual int netRepSize() const;
63 
64 protected:
65 
67  DtEnvironmentalLineRecord* self() const;
68 
69 protected:
70 
73 };
74 
75 
76 #endif
77 
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 &quot;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&#39;t need to be called explicitly.
const DtEnvironmentalGeometryRecord & operator=(const DtEnvironmentalGeometryRecord &orig)
Assignment Operator.

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)