VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
levelOfDetail.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1999 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: lod.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef levelOfDetail_H_
10 #define levelOfDetail_H_
11 
12 #include "gdb/gdbDefines.h"
13 #include "gdb/group.h"
14 #include "gdb/gdbNode.h"
15 
16 
17 // class DtLevelOfDetail:
18 //
19 // Instances of DtLevelOfDetail are
20 
22 {
23 public:
24 
25  // default constructor
27 
28  // destructor
29  virtual ~DtLevelOfDetail();
30 
31  // copy constructor
32  DtLevelOfDetail(const DtLevelOfDetail& orig);
33 
34  // assignment operator
36 
37  // returns the type of gdb node
38  virtual DtGdbNode::DtGdbNodeType type() const;
39 
40  // prints out the contents of the object
41  virtual void dump(int indentLevel) const;
42 
43  virtual int sizeInBytes() const;
44 
45 protected:
46 
47 };
48 
50 {
52 }
53 
54 #endif
Definition: group.h:28
DtGroup & operator=(const DtGroup &orig)
DtGdbNodeType
Definition: gdbNode.h:48
virtual DtGdbNode::DtGdbNodeType type() const
Definition: levelOfDetail.h:49
virtual DtGdbNodeType type() const
Definition: group.h:234
#define DT_DLL_gdb
Definition: gdbDefines.h:25
Definition: gdbNode.h:56
virtual void dump(int indentLevel) const
Definition: levelOfDetail.h:21
virtual int sizeInBytes() const

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)