VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
spotReportDataInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSpotReportDataInterface.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <vrfGuiCore/vrfGuiCore.h>
19 
20 namespace makVrf
21 {
29  {
30  public:
32  virtual ~DtSpotReportDataInterface();
33 
35  virtual makVrv::DtElementEntry::ElementType type() const;
36 
39  {
40  return mySpotReportStateView;
41  }
42 
44  virtual DtVector location(Representation rep = Local) const;
45 
47  virtual std::string name() const;
48 
50  virtual DtTaitBryan orientation(Representation rep = Local) const;
51 
53  virtual std::string entityType() const;
54 
56  virtual DtVector velocity(Representation rep = Local) const;
57 
59  virtual DtVector acceleration(Representation rep = Local) const;
60 
62  virtual double heading() const;
63 
65  virtual void setStateView(const makVrv::DtStateView<makVrv::DtSimState>*);
66 
67  protected:
69  virtual void slot_simObjectEntryAboutToBeRemoved(makVrv::DtSimObjectEntry&);
70 
71  protected:
73  };
74 
76 
77  typedef DtBoost::shared_ptr<DtSpotReportDataInterface> DtSpotReportDataInterfacePtr;
78 }
Contains makVrv::DtvrfSpotReportDataHandler class.
DtBoost::shared_ptr< DtSpotReportDataInterface > DtSpotReportDataInterfacePtr
Definition: spotReportDataInterface.h:77
The DtSpotReportDataInterface class is a wrapper around state views to give access to convenience met...
Definition: spotReportDataInterface.h:28
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
A DtSimObjectEntry is an entry for a persistent simulation object like an entity. ...
Definition: DtSimObjectEntry.h:25
DtObjectDataInterfaceCreator< DtSpotReportDataInterface > DtSpotReportDataInterfaceCreator
Definition: spotReportDataInterface.h:75
The DtObjectDataInterface class is a wrapper around state views to give access to convenience methods...
Definition: objectDataInterface.h:43
makVrv::DtStateView< DtSpotReportState > * spotReportStateView() const
Access to the complete set of data on the spot report object is done though this method.
Definition: spotReportDataInterface.h:38
A DtStateView is a the interface to simulation state information.
Definition: DtStateView.h:52
ElementType
Definition: DtElementEntry.h:26
makVrv::DtStateView< DtSpotReportState > * mySpotReportStateView
Definition: spotReportDataInterface.h:72
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

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)