VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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
DtFeature & operator=(const DtFeature &orig)
DtGdbNodeType
Definition: gdbNode.h:48
virtual DtGdbNodeType type() const
Definition: group.h:234
#define DT_DLL_gdb
Definition: gdbDefines.h:25
Definition: feature.h:26
Definition: terrainFeature.h:20
Definition: gdbNode.h:60
virtual void dump(int indentLevel) const
virtual DtGdbNode::DtGdbNodeType type() const
Definition: terrainFeature.h:46

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)