VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGenericProperties
genericPropertiesAggregateStateRepository.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#if DtHLA
9
10
#include <
vrfGenericProperties/vrfGenericPropertiesDefines.h
>
11
#include <
vrfExtObjects/extAggregateStateRepository.h
>
12
#include <
vrfutil/rwProperties.h
>
13
#include <
vrfExtObjects/genericAttributeStateRepositoryHLA.h
>
14
#include <vector>
15
16
class
DtMtlParameterDb
;
17
20
class
DT_DLL_vrfGenericProperties
DtGenericPropertiesAggregateStateRepository
:
21
public
makVrfVrlinkExtToolkit::DtGenericAttributeStateRepository
<DtExtAggregateStateRepository>
22
{
23
24
public
:
25
27
DtGenericPropertiesAggregateStateRepository
();
28
30
virtual
~
DtGenericPropertiesAggregateStateRepository
();
31
33
DtGenericPropertiesAggregateStateRepository
(
const
DtGenericPropertiesAggregateStateRepository
& orig);
34
36
DtGenericPropertiesAggregateStateRepository
&
operator=
(
37
const
DtGenericPropertiesAggregateStateRepository
& orig);
38
40
virtual
DtStateRepository
*
clone
(
bool
copy =
false
)
const
;
41
44
virtual
int
compare(
const
DtExtAggregateStateRepository
* rhs);
45
46
const
DtRwProperties
& stateProperties()
const
47
{
48
return
myStateProperties;
49
}
50
51
const
DtRwProperties
& parameterProperties()
const
52
{
53
return
myParameterProperties;
54
}
55
57
virtual
void
setParameterDatabase(
DtMtlParameterDb
*);
58
59
public
:
60
61
static
DtGenericPropertiesAggregateStateRepository
*
create
();
62
64
virtual
void
updateExtensions();
65
67
virtual
void
updateProperties();
68
69
protected
:
70
DtRwProperties
myStateProperties
;
71
DtRwProperties
myParameterProperties
;
72
DtEntityType
myLastCheckedEntityType
;
73
DtMtlParameterDb
*
myParameterDatabase
;
74
};
75
76
#endif
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)