VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
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/rwObjType.h
"
19
#include "
vrfobjcore/objectGeometricModel.h
"
20
21
class
DtTerrainDatabase;
22
23
24
25
#include "
vrfobjcore/vrfobjcoreDefines.h
"
26
class
DT_DLL_vrfobjcore
DtObjectGeometricModelEntry
27
{
28
public
:
29
30
DtObjectGeometricModelEntry
();
31
virtual
~
DtObjectGeometricModelEntry
();
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
;
47
const
DtObjectGeometricModel
*
myObjectGeometricModel
;
48
49
};
50
51
52
#endif
53
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)