VR-Link API Documentation for HLA 1.3
environmentalGeometryRecord.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 DtEnvironmentalGeometryRecord_H_
10 #define DtEnvironmentalGeometryRecord_H_
11 
12 
13 #include "environmentalRecord.h"
14 
15 
21 
23 {
24 public:
25 
28 
31 
34  const DtEnvironmentalGeometryRecord& orig);
35 
38 
40  virtual DtEnvironmentalRecord* clone() const;
41 
44  virtual void setHasState(bool hasState);
45  virtual bool hasState() const;
46 
47 protected:
48 
49  bool myHasState;
50 };
51 
52 
53 #endif
54 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)