VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
tRefGrDatList.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 DtTENA
8
9
#ifndef tRefGrDatList_H_
10
#define tRefGrDatList_H_
11
12
13
#include "
tRefGridData.h
"
14
#include "
tRefObjList.h
"
15
16
#include <list>
17
22
23
class
DT_DLL_VL
DtReflectedGriddedData
;
24
25
29
class
DT_DLL_VL
DtReflectedGriddedDataList
:
public
DtReflectedObjectList
30
{
31
public
:
32
35
DtReflectedGriddedDataList
(
DtExerciseConn
* exConn);
36
38
virtual
~
DtReflectedGriddedDataList
();
39
40
private
:
41
43
DtReflectedGriddedDataList
(
const
DtReflectedGriddedDataList
& orig);
44
46
DtReflectedGriddedDataList
&
operator=
(
const
DtReflectedGriddedDataList
& orig);
47
48
public
:
49
51
virtual
void
addGriddedDataAdditionCallback(
52
DtGriddedDataCallbackFunction
cb,
void
* userData);
53
55
virtual
void
removeGriddedDataAdditionCallback(
56
DtGriddedDataCallbackFunction
cb,
void
* userData);
57
59
virtual
void
addGriddedDataRemovalCallback(
60
DtGriddedDataCallbackFunction
cb,
void
* userData);
61
63
virtual
void
removeGriddedDataRemovalCallback(
64
DtGriddedDataCallbackFunction
cb,
void
* userData);
65
67
virtual
DtReflectedGriddedData
* first()
const
;
68
70
virtual
DtReflectedGriddedData
* last()
const
;
71
72
protected
:
73
const
std::vector<DtString>& defaultInterfaceList();
74
};
75
76
#endif
77
#endif
78
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)