VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSensorViewOverlay.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvCore/vrvCore.h>
14 #include <vrvCore/DtUniqueID.h>
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtSensorFieldOfViewData;
22 
27  {
28  public:
30 
32  virtual ~DtSensorViewOverlay();
33 
35  virtual void initialize(const std::string& windowName, const std::string& channelName) = 0;
36 
38  virtual void update(const std::string& observerName,
39  const DtSensorFieldOfViewData& state) = 0;
40 
41  protected:
42 
46 
47  protected:
48 
50  };
51 
55  public DtVirtualBaseClass
56  {
57  public:
61  static DtSensorViewOverlayCreator& instance(DtDe& de);
62 
65  static void registerInstance(DtDe& de,
66  DtSensorViewOverlayCreator* instance);
67 
69  virtual DtSensorViewOverlay* create(DtDe& de) = 0;
70 
72  virtual ~DtSensorViewOverlayCreator();
73  };
74 }
makVrv::DtDe & myDe
Definition: DtSensorViewOverlay.h:49
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtSensorViewOverlay is responsible for creating and updating the overlay information on a sensor view...
Definition: DtSensorViewOverlay.h:26
Contains the data defining the current state of a sensor field of view.
Definition: DtSensorFieldOfViewData.h:23
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv::DtUniqueID type.
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
Definition: DtSensorViewOverlay.h:54
Contains DLL export macros.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)