VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSensorFieldOfViewState.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/DtEntityState.h>
15 #include <vrvCore/DtStateView.h>
17 
18 namespace makVrv
19 {
20  class DtMessage;
21 
27  {
28  public:
29 
33  {
34  RectangularPyramid
35  };
36 
39 
42 
43  bool operator==(const DtVrlinkSensorFieldOfViewState&) const;
45  {
46  return !(*this == rhs);
47  }
48 
49  public:
50  std::string myHostEntityId;
52  std::string myId;
55  DtTaitBryan myRelativeOrientation;
56  double myRadius;
62  double myZoomLevel;
63  double myXHalfAngle;
64  double myYHalfAngle;
65  std::string myTargetedEntityId;
68  std::string myTrackingMode;
69  unsigned myColor;
70 
71  };
72 
77  {
78  public:
79 
82 
84  virtual ~DtVrlinkSensorFieldsOfView();
85 
86  bool operator==(const DtVrlinkSensorFieldsOfView&) const;
87  bool operator!=(const DtVrlinkSensorFieldsOfView& rhs) const
88  {
89  return !(*this == rhs);
90  }
91 
92  public:
93  std::string myGlobalId;
94  std::string myEntityId;
95  std::string myEntityType;
96 
97  typedef std::map<makVrv::DtUniqueID, DtVrlinkSensorFieldOfViewState> SensorFieldsOfView;
99  };
100 
103 
106 
109 
110 
114 
116 }

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)