VR-Forces Developer's Guide
 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 {
30  {
31  public:
33  virtual ~DtSpotReportDataInterface();
34 
36  virtual makVrv::DtElementEntry::ElementType type() const;
37 
40  {
41  return mySpotReportStateView;
42  }
43 
45  virtual DtVector location(Representation rep = Local) const;
46 
48  virtual std::string name() const;
49 
51  virtual DtTaitBryan orientation(Representation rep = Local) const;
52 
54  virtual std::string entityType() const;
55 
57  virtual DtVector velocity(Representation rep = Local) const;
58 
60  virtual DtVector acceleration(Representation rep = Local) const;
61 
63  virtual double heading() const;
64 
66  virtual void setStateView(const makVrv::DtStateView<makVrv::DtSimState>*);
67 
68  protected:
70  virtual void slot_simObjectEntryAboutToBeRemoved(makVrv::DtSimObjectEntry&);
71 
72  protected:
74  };
75 
77 
78  typedef DtBoost::shared_ptr<DtSpotReportDataInterface> DtSpotReportDataInterfacePtr;
79 }
Contains makVrv::DtvrfSpotReportDataHandler class. Translates from VRF DtSpotReport data type to DtSp...
DtBoost::shared_ptr< DtSpotReportDataInterface > DtSpotReportDataInterfacePtr
Definition: spotReportDataInterface.h:78
The DtSpotReportDataInterface class is a wrapper around state views to give access to convenience met...
Definition: spotReportDataInterface.h:29
#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:22
DtObjectDataInterfaceCreator< DtSpotReportDataInterface > DtSpotReportDataInterfaceCreator
Definition: spotReportDataInterface.h:76
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:39
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
ElementType
Definition: DtElementEntry.h:26
makVrv::DtStateView< DtSpotReportState > * mySpotReportStateView
Definition: spotReportDataInterface.h:73
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:72
Templated class implementation. Create on and pass into the factory.
Definition: objectDataInterface.h:143

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)