VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
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
{
27
class
DT_DLL_VRFGUICORE
DtAggregateDataInterface
:
public
DtEntityDataInterface
28
{
29
public
:
30
DtAggregateDataInterface
(
makVrv::DtDe
&);
31
virtual
~
DtAggregateDataInterface
();
32
36
virtual
void
setStateView(
const
makVrv::DtStateView<makVrv::DtSimState>
*);
37
39
virtual
makVrv::DtElementEntry::ElementType
type()
const
;
40
42
virtual
const
std::map<std::string, std::string>& extendedObjectData()
const
;
43
45
virtual
std::vector<makVrv::DtElementID> subordinates()
const
;
46
48
virtual
std::string formation()
const
;
49
51
virtual
DtVector
dimensions()
const
;
52
54
makVrv::DtStateView<DtVrlinkSimulatedAggregateState>
*
aggregateStateView
()
const
55
{
56
return
myAggregateStateView;
57
}
58
59
protected
:
61
virtual
void
slot_simObjectEntryAboutToBeRemoved(
makVrv::DtSimObjectEntry
&);
62
63
protected
:
64
makVrv::DtStateView<DtVrlinkSimulatedAggregateState>
*
myAggregateStateView
;
65
};
66
67
typedef
DtObjectDataInterfaceCreator<DtAggregateDataInterface>
DtAggregateDataInterfaceCreator
;
68
typedef
DtBoost::shared_ptr<DtAggregateDataInterface>
DtAggregateDataInterfacePtr
;
69
}
aggregateState.h
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
vrfGuiCore.h
entityDataInterface.h
DtVector
makVrf::DtAggregateDataInterfacePtr
DtBoost::shared_ptr< DtAggregateDataInterface > DtAggregateDataInterfacePtr
Definition:
aggregateDataInterface.h:68
makVrv::DtSimObjectEntry
A DtSimObjectEntry is an entry for a persistent simulation object like an entity. ...
Definition:
DtSimObjectEntry.h:22
makVrv::DtStateView< makVrv::DtSimState >
makVrf::DtAggregateDataInterface::myAggregateStateView
makVrv::DtStateView< DtVrlinkSimulatedAggregateState > * myAggregateStateView
Definition:
aggregateDataInterface.h:64
makVrv::DtElementEntry::ElementType
ElementType
Definition:
DtElementEntry.h:26
makVrf::DtEntityDataInterface
The DtEntityDataInterface class is a wrapper around state views to give access to convenience methods...
Definition:
entityDataInterface.h:33
makVrf::DtAggregateDataInterfaceCreator
DtObjectDataInterfaceCreator< DtAggregateDataInterface > DtAggregateDataInterfaceCreator
Definition:
aggregateDataInterface.h:67
makVrf::DtAggregateDataInterface::aggregateStateView
makVrv::DtStateView< DtVrlinkSimulatedAggregateState > * aggregateStateView() const
Returns the state view of this class.
Definition:
aggregateDataInterface.h:54
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:70
makVrf::DtObjectDataInterfaceCreator
Templated class implementation. Create on and pass into the factory.
Definition:
objectDataInterface.h:143
makVrf::DtAggregateDataInterface
The DtAggregateDataInterface class is a wrapper around state views to give access to convenience meth...
Definition:
aggregateDataInterface.h:27
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)