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 

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)