VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
environmentEntityDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef DtEnvironmentEntityDecoder_H_
8
#define DtEnvironmentEntityDecoder_H_
9
10
#if DtHLA
11
12
#include "
baseEntityDecoder.h
"
13
17
18
class
DT_DLL_VL
DtEntityStateRepository
;
19
25
26
class
DT_DLL_VL
DtEnvironmentEntityDecoder
:
public
DtBaseEntityDecoder
27
{
28
public
:
29
31
DtEnvironmentEntityDecoder
(
32
DtExerciseConn
* exConn,
33
DtObjClassDesc
* classDesc);
34
36
virtual
~
DtEnvironmentEntityDecoder
();
37
39
DtEnvironmentEntityDecoder
(
const
DtEnvironmentEntityDecoder
& orig);
40
42
DtEnvironmentEntityDecoder
&
operator=
(
43
const
DtEnvironmentEntityDecoder
& orig);
44
45
public
:
46
49
static
DtHlaStateDecoder
*
create
(
50
DtExerciseConn
* exConn,
51
DtObjClassDesc
* classDesc);
52
53
protected
:
54
58
void
addMyDecoders
();
59
63
DtDECLARE_ENTITY_ATTR_DECODER
(Density);
64
DtDECLARE_ENTITY_ATTR_DECODER
(OpacityCode);
65
};
66
72
#define DtDEFINE_SIMPLE_ENVENT_ATTR_DECODER_WITH_CAST( \
73
attrName, netType, mutator, castExpr) \
74
DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
75
DtEnvironmentEntityDecoder, DtEntityStateRepository, \
76
attrName, netType, mutator, castExpr)
77
78
#define DtDEFINE_SIMPLE_ENVENT_ATTR_DECODER( \
79
attrName, netType, inspector) \
80
DtDEFINE_SIMPLE_ENVENT_ATTR_DECODER_WITH_CAST( \
81
attrName, netType, inspector, (netType))
82
83
#endif
84
#endif
85
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)