VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
objectGeometricModelEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: objectGeometricModelEntry.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef objectGeometricModelEntry_H_
9 #define objectGeometricModelEntry_H_
10 
14 
17 
18 #include "vrfutil/rwObjectType.h"
20 
21 class DtTerrainDatabase;
22 
23 
24 
27 {
28 public:
29 
32 
33 public:
34 
35  virtual void setObjectType(const DtObjectType&);
36  virtual const DtObjectType& objectType() const;
37 
38  virtual void setObjectGeometricModel(const DtObjectGeometricModel*);
39  virtual const DtObjectGeometricModel* objectGeometricModel() const;
40 
41 protected:
42  bool testInvariant() const;
43 
44 private:
45 
46  DtObjectType myObjectType;
48 
49 };
50 
51 
52 #endif
53 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)