VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
ribbonBridgeEncoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#if DtHLA
8
9
#ifndef ribbonBridgeEncoder_H_
10
#define ribbonBridgeEncoder_H_
11
12
13
#include "
pointObjectEncoder.h
"
14
18
19
class
DT_DLL_VL
DtPointObjectRepository
;
20
23
#define DtDECLARE_RIBBON_BRIDGE_ATTR_CHECKER(attrName) \
24
DtDECLARE_ATTR_CHECKER(DtPointObjectRepository, attrName)
25
28
#define DtDECLARE_RIBBON_BRIDGE_ATTR_ENCODER(attrName) \
29
DtDECLARE_ATTR_ENCODER(DtPointObjectRepository, attrName)
30
35
36
class
DT_DLL_VL
DtRibbonBridgeEncoder
:
public
DtPointObjectEncoder
37
{
38
public
:
39
41
DtRibbonBridgeEncoder
(
42
DtExerciseConn
* exConn,
43
DtObjClassDesc
* classDesc);
44
46
virtual
~
DtRibbonBridgeEncoder
();
47
49
DtRibbonBridgeEncoder
(
const
DtRibbonBridgeEncoder
& orig);
50
52
DtRibbonBridgeEncoder
&
operator=
(
const
DtRibbonBridgeEncoder
& orig);
53
54
public
:
55
57
static
DtHlaStateEncoder
*
create
(
58
DtExerciseConn
* exConn,
59
DtObjClassDesc
* classDesc);
60
61
protected
:
62
63
DtDECLARE_RIBBON_BRIDGE_ATTR_CHECKER
(NumberOfSegments);
64
65
DtDECLARE_RIBBON_BRIDGE_ATTR_ENCODER
(NumberOfSegments);
66
};
67
73
#define DtDEFINE_SIMPLE_RIBBON_BRIDGE_ATTR_ENCODER( \
74
attrName, netType, inspector) \
75
DtDEFINE_SIMPLE_ATTR_ENCODER(DtRibbonBridgeEncoder, \
76
DtPointObjectRepository, \
77
attrName, netType, inspector)
78
84
#define DtDEFINE_SIMPLE_RIBBON_BRIDGE_ATTR_CHECKER( \
85
attrName, inspector) \
86
DtDEFINE_SIMPLE_ATTR_CHECKER(DtRibbonBridgeEncoder, \
87
DtPointObjectRepository, \
88
attrName, inspector)
89
90
#endif //hRibBridgeEnc_H_
91
92
#endif //DtHLA
93
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
)