VR-Link API Documentation for HLA 1516
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
burstPointObjectEncoder.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 DtBurstPointObjectEncoder_H_
10
#define DtBurstPointObjectEncoder_H_
11
12
13
#include "
pointObjectEncoder.h
"
14
18
19
class
DT_DLL_VL
DtPointObjectRepository
;
20
23
#define DtDECLARE_BURST_POINT_OBJ_ATTR_CHECKER(attrName) \
24
DtDECLARE_ATTR_CHECKER(DtPointObjectRepository, attrName)
25
28
#define DtDECLARE_BURST_POINT_OBJ_ATTR_ENCODER(attrName) \
29
DtDECLARE_ATTR_ENCODER(DtPointObjectRepository, attrName)
30
34
class
DT_DLL_VL
DtBurstPointObjectEncoder
:
public
DtPointObjectEncoder
35
{
36
public
:
37
39
DtBurstPointObjectEncoder
(
40
DtExerciseConn
* exConn,
41
DtObjClassDesc
* classDesc);
42
44
virtual
~
DtBurstPointObjectEncoder
();
45
47
DtBurstPointObjectEncoder
(
const
DtBurstPointObjectEncoder
& orig);
48
50
DtBurstPointObjectEncoder
&
operator=
(
const
DtBurstPointObjectEncoder
& orig);
51
52
public
:
53
55
static
DtHlaStateEncoder
*
create
(
56
DtExerciseConn
* exConn,
57
DtObjClassDesc
* classDesc);
58
59
protected
:
60
61
DtDECLARE_BURST_POINT_OBJ_ATTR_CHECKER
(PercentOpacity);
62
DtDECLARE_BURST_POINT_OBJ_ATTR_CHECKER
(CylinderSize);
63
DtDECLARE_BURST_POINT_OBJ_ATTR_CHECKER
(CylinderHeight);
64
DtDECLARE_BURST_POINT_OBJ_ATTR_CHECKER
(NumberOfBursts);
65
DtDECLARE_BURST_POINT_OBJ_ATTR_CHECKER
(ChemicalContent);
66
67
DtDECLARE_BURST_POINT_OBJ_ATTR_ENCODER
(PercentOpacity);
68
DtDECLARE_BURST_POINT_OBJ_ATTR_ENCODER
(CylinderSize);
69
DtDECLARE_BURST_POINT_OBJ_ATTR_ENCODER
(CylinderHeight);
70
DtDECLARE_BURST_POINT_OBJ_ATTR_ENCODER
(NumberOfBursts);
71
DtDECLARE_BURST_POINT_OBJ_ATTR_ENCODER
(ChemicalContent);
72
};
73
79
#define DtDEFINE_SIMPLE_BURST_POINT_OBJ_ATTR_ENCODER( \
80
attrName, netType, inspector) \
81
DtDEFINE_SIMPLE_ATTR_ENCODER(DtBurstPointObjectEncoder, \
82
DtPointObjectRepository, \
83
attrName, netType, inspector)
84
90
#define DtDEFINE_SIMPLE_BURST_POINT_OBJ_ATTR_CHECKER( \
91
attrName, inspector) \
92
DtDEFINE_SIMPLE_ATTR_CHECKER(DtBurstPointObjectEncoder, \
93
DtPointObjectRepository, \
94
attrName, inspector)
95
96
#endif //hBurstPtObjDec_H_
97
98
#endif //DtHLA
99
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)