VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
aggregateDataInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
12
13
#pragma once
14
15
#include <
vrfGuiCore/vrfGuiCore.h
>
16
#include <
vrfGuiCore/entityDataInterface.h
>
17
#include <
vrfGuiCore/aggregateState.h
>
18
19
namespace
makVrf
20
{
24
class
DT_DLL_VRFGUICORE
DtAggregateDataInterface
:
public
DtEntityDataInterface
25
{
26
public
:
27
DtAggregateDataInterface
(
makVrv::DtDe
&);
28
virtual
~
DtAggregateDataInterface
();
29
33
virtual
void
setStateView(
const
makVrv::DtStateView<makVrv::DtSimState>
*);
34
36
virtual
makVrv::DtElementEntry::ElementType
type()
const
;
37
39
virtual
const
std::map<std::string, std::string>& extendedObjectData()
const
;
40
42
virtual
std::vector<makVrv::DtElementID> subordinates()
const
;
43
45
virtual
std::string formation()
const
;
46
48
virtual
DtVector
dimensions()
const
;
49
51
makVrv::DtStateView<DtVrlinkSimulatedAggregateState>
* aggregateStateView()
const
52
{
53
return
myAggregateStateView;
54
}
55
56
protected
:
58
virtual
void
slot_simObjectEntryAboutToBeRemoved(
makVrv::DtSimObjectEntry
&);
59
60
protected
:
61
makVrv::DtStateView<DtVrlinkSimulatedAggregateState>
*
myAggregateStateView
;
62
};
63
64
typedef
DtObjectDataInterfaceCreator<DtAggregateDataInterface>
DtAggregateDataInterfaceCreator
;
65
typedef
DtBoost::shared_ptr<DtAggregateDataInterface>
DtAggregateDataInterfacePtr
;
66
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)