VR-Forces 4.7 Class Documentation
 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  };
71 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)