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
breachableLinearObjectDecoder.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_BREACH_LINEAR_OBJ_ATTR_DECODER( attrName ) \
21
DtDECLARE_ATTR_DECODER( DtLinearObjectRepository, attrName )
22
27
class
DT_DLL_VL
DtBreachableLinearObjectDecoder
:
public
DtEnvironmentObjectDecoder
28
{
29
public
:
30
33
static
DtHlaStateDecoder
*
create
(
DtExerciseConn
* exConn,
34
DtObjClassDesc
* classDesc );
35
37
DtBreachableLinearObjectDecoder
(
DtExerciseConn
* exConn,
38
DtObjClassDesc
* classDesc );
39
41
DtBreachableLinearObjectDecoder
(
const
DtBreachableLinearObjectDecoder
& orig );
42
44
virtual
~
DtBreachableLinearObjectDecoder
();
45
47
DtBreachableLinearObjectDecoder
&
operator =
(
48
const
DtBreachableLinearObjectDecoder
& orig );
49
50
protected
:
51
54
DtDECLARE_BREACH_LINEAR_OBJ_ATTR_DECODER
( SegmentRecords );
55
56
};
57
63
#define DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_DECODER_WITH_CAST( \
64
attrName, netType, mutator, castExpr ) \
65
DtDEFINE_SIMPLE_ATTR_DECODER_WITH_CAST( \
66
DtBreachableLinearObjectDecoder, DtLinearObjectRepository, \
67
attrName, netType, mutator, castExpr )
68
69
#define DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_DECODER( \
70
attrName, netType, inspector ) \
71
DtDEFINE_SIMPLE_BREACH_LINEAR_OBJ_ATTR_DECODER_WITH_CAST( \
72
attrName, netType, inspector, (netType) )
73
74
#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
)