VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
environmentalGeometryRecord.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 "
environmentalRecord.h
"
14
15
21
22
class
DT_DLL_VL
DtEnvironmentalGeometryRecord
:
public
DtEnvironmentalRecord
23
{
24
public
:
25
27
DtEnvironmentalGeometryRecord
();
28
30
DtEnvironmentalGeometryRecord
(
31
const
DtEnvironmentalGeometryRecord
& orig);
32
34
const
DtEnvironmentalGeometryRecord
&
operator=
(
35
const
DtEnvironmentalGeometryRecord
& orig);
36
38
virtual
~
DtEnvironmentalGeometryRecord
();
39
41
virtual
DtEnvironmentalRecord
*
clone
()
const
;
42
45
virtual
void
setHasState(
bool
hasState);
46
virtual
bool
hasState()
const
;
47
48
protected
:
49
50
bool
myHasState
;
51
};
52
53
54
#endif
55
Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)