VR-Link API Documentation for HLA Evolved
envPoint.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 DtEnvironmentalPointRecord_H_
10 #define DtEnvironmentalPointRecord_H_
11 
12 
13 #include "envGeometry.h"
14 #include <matrix/vlVector.h>
15 
23 {
24 public:
27 
30 
33  const DtEnvironmentalPointRecord& orig);
34 
36  virtual ~DtEnvironmentalPointRecord();
37 
39  virtual DtEnvironmentalRecord* clone() const;
40 
42  virtual void setLocation(const DtVector& location);
43  virtual const DtVector& location() const;
44 
48  virtual bool createNetworkRepresentation();
49 
51  const DtNetEnvironmentalPointRecord* pointNetRep() const;
52  DtNetEnvironmentalPointRecord* pointNetRep();
53 
55  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer);
56 
58  virtual int netRepSize() const;
59 
60 protected:
61 
63  DtEnvironmentalPointRecord* self() const;
64 
65 protected:
66 
68 };
69 
70 
71 #endif
72 

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)