VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
terrainFeature.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: terFeat.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef terrainFeature_H_
10 #define terrainFeature_H_
11 
12 #include "gdb/gdbDefines.h"
13 #include "gdb/feature.h"
14 #include "gdb/gdbNode.h"
15 
16 // class DtTerrainFeature:
17 //
18 // Instances of DtTerrainFeature are
19 
21 {
22 public:
23 
24  // default constructor
26 
27  // destructor
28  virtual ~DtTerrainFeature();
29 
30  // copy constructor
32 
33  // assignment operator
35 
36  // return the type of Gdb Node the object is
37  virtual DtGdbNode::DtGdbNodeType type() const;
38 
39  // prints out the contents of the object
40  virtual void dump(int indentLevel) const;
41 
42 protected:
43 
44 };
45 
47 {
49 }
50 
51 #endif

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)