VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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>
18 
19 namespace makVrf
20 {
25  {
26  public:
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 
52  {
53  return myAggregateStateView;
54  }
55 
56  protected:
58  virtual void slot_simObjectEntryAboutToBeRemoved(makVrv::DtSimObjectEntry&);
59 
60  protected:
62  };
63 
65  typedef DtBoost::shared_ptr<DtAggregateDataInterface> DtAggregateDataInterfacePtr;
66 }
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtBoost::shared_ptr< DtAggregateDataInterface > DtAggregateDataInterfacePtr
Definition: aggregateDataInterface.h:65
A DtSimObjectEntry is an entry for a persistent simulation object like an entity. ...
Definition: DtSimObjectEntry.h:25
makVrv::DtStateView< DtVrlinkSimulatedAggregateState > * myAggregateStateView
Definition: aggregateDataInterface.h:61
ElementType
Definition: DtElementEntry.h:26
The DtEntityDataInterface class is a wrapper around state views to give access to convenience methods...
Definition: entityDataInterface.h:29
DtObjectDataInterfaceCreator< DtAggregateDataInterface > DtAggregateDataInterfaceCreator
Definition: aggregateDataInterface.h:64
makVrv::DtStateView< DtVrlinkSimulatedAggregateState > * aggregateStateView() const
Returns the state view of this class.
Definition: aggregateDataInterface.h:51
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Templated class implementation. Create on and pass into the factory.
Definition: objectDataInterface.h:143
The DtAggregateDataInterface class is a wrapper around state views to give access to convenience meth...
Definition: aggregateDataInterface.h:24

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)