VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gdbCulturalFeature.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: cultFeat.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef gdbCulturalFeature_H_
10 #define gdbCulturalFeature_H_
11 
12 #include "gdb/gdbDefines.h"
13 #include "gdb/feature.h"
14 
15 // class DtGdbCulturalFeature:
16 //
17 // DtGdbCulturalFeature is subclassed from DtFeature and is
18 // used to represent structures that are static and
19 // sit atop the terrain, such as, buildings, bridges, trees,
20 // etc.
21 
23 {
24 public:
25 
26  // default constructor
28 
29  // destructor
30  virtual ~DtGdbCulturalFeature();
31 
32  // copy constructor
34 
35  // assignment operator
37 
38  // return the type of Gdb Node the object is
39  virtual DtGdbNode::DtGdbNodeType type() const;
40 
41  // prints out the contents of the object
42  virtual void dump(int indentLevel) const;
43 
44 protected:
45 
46 };
47 
49 {
51 }
52 
53 #endif
54 
DtFeature & operator=(const DtFeature &orig)
DtGdbNodeType
Definition: gdbNode.h:48
Definition: gdbCulturalFeature.h:22
virtual DtGdbNodeType type() const
Definition: group.h:234
#define DT_DLL_gdb
Definition: gdbDefines.h:25
Definition: feature.h:26
virtual DtGdbNode::DtGdbNodeType type() const
Definition: gdbCulturalFeature.h:48
virtual void dump(int indentLevel) const
Definition: gdbNode.h:61

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)