VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
envGeometry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#ifndef DtEnvironmentalGeometryRecord_H_
10
#define DtEnvironmentalGeometryRecord_H_
11
12
13
#include "
envRec.h
"
14
15
21
22
class
DT_DLL_VL
DtEnvironmentalGeometryRecord
:
public
DtEnvironmentalRecord
23
{
24
public
:
25
27
DtEnvironmentalGeometryRecord
();
28
30
DtEnvironmentalGeometryRecord
(
const
DtEnvironmentalGeometryRecord
& orig);
31
33
const
DtEnvironmentalGeometryRecord
&
operator=
(
34
const
DtEnvironmentalGeometryRecord
& orig);
35
37
virtual
~
DtEnvironmentalGeometryRecord
();
38
40
virtual
DtEnvironmentalRecord
*
clone
()
const
;
41
44
virtual
void
setHasState(
bool
hasState);
45
virtual
bool
hasState()
const
;
46
47
protected
:
48
49
bool
myHasState
;
50
};
51
52
53
#endif
54
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)