VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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  const DtEnvironmentalGeometryRecord& orig);
32 
35  const DtEnvironmentalGeometryRecord& orig);
36 
39 
41  virtual DtEnvironmentalRecord* clone() const;
42 
45  virtual void setHasState(bool hasState);
46  virtual bool hasState() const;
47 
48 protected:
49 
50  bool myHasState;
51 };
52 
53 
54 #endif
55 

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)