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
baseReflectedAggregate.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#ifndef DtBaseReflectedAggregate_H_
8
#define DtBaseReflectedAggregate_H_
9
14
15
16
17
#include <
vlutil/vlList.h
>
18
#include <
matrix/vlMath.h
>
19
#include "
objectId.h
"
20
#include "
hostStructs.h
"
21
#include "
stateMsg.h
"
22
23
class
DT_DLL_VL
DtAggregateStateRepository
;
24
30
class
DT_DLL_VL
DtBaseReflectedAggregate
:
public
DtListedObj
31
{
32
33
34
public
:
35
37
virtual
~
DtBaseReflectedAggregate
();
38
40
DtBaseReflectedAggregate
& operator=(
const
DtBaseReflectedAggregate
& orig);
41
43
virtual
DtAggregateStateRepository
* aggregateStateRep()
const
= 0;
44
46
virtual
const
DtObjectId
& id()
const
;
47
48
49
protected
:
50
52
54
DtBaseReflectedAggregate
(
const
DtObjectId
&
id
);
55
57
DtBaseReflectedAggregate
(
const
DtBaseReflectedAggregate
& orig);
58
59
60
protected
:
61
62
DtObjectId
myObjectId
;
63
64
};
65
66
#endif
67
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)