VR-Link API Documentation for HLA Evolved
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
minefieldLaneMarkerObjectDecoder.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2014 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtHLA
13
14
#include <
vl/environmentObjectDecoder.h
>
15
16
class
DtLinearObjectRepository
;
17
20
#define DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER( attrName ) \
21
DtDECLARE_ATTR_DECODER( DtLinearObjectRepository, attrName )
22
27
class
DT_DLL_VL
DtMinefieldLaneMarkerObjectDecoder
:
public
DtEnvironmentObjectDecoder
28
{
29
public
:
30
33
static
DtHlaStateDecoder
*
create
(
DtExerciseConn
* exConn,
34
DtObjClassDesc
* classDesc );
35
37
DtMinefieldLaneMarkerObjectDecoder
(
DtExerciseConn
* exConn,
38
DtObjClassDesc
* classDesc );
39
41
DtMinefieldLaneMarkerObjectDecoder
(
42
const
DtMinefieldLaneMarkerObjectDecoder
& orig );
43
45
virtual
~
DtMinefieldLaneMarkerObjectDecoder
();
46
48
DtMinefieldLaneMarkerObjectDecoder
&
operator =
(
49
const
DtMinefieldLaneMarkerObjectDecoder
& orig );
50
51
protected
:
52
55
DtDECLARE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER
( SegmentRecords );
56
57
};
58
64
#define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER_WITH_CAST( \
65
attrName, netType, mutator, castExpr ) \
66
DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
67
DtMinefieldLaneMarkerObjectDecoder, DtLinearObjectRepository, \
68
attrName, netType, mutator, castExpr )
69
70
#define DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER( \
71
attrName, netType, inspector ) \
72
DtDEFINE_SIMPLE_MINEFLD_LANE_MARK_OBJ_ATTR_DECODER_WITH_CAST( \
73
attrName, netType, inspector, (netType) )
74
75
#endif // DtHLA
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)