VR-Forces 4.10 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 }
The IGI Message.
Definition: DtMessage.h:30
DtStateView< DtVrlinkSensorFieldsOfView > DtVrlinkSensorFieldsOfViewView
Definition: DtSensorFieldOfViewState.h:113
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(DtMessage &msg, const makVrf::DtNetworkMessageAgentInterface &)
Contains makVrv::DtStateView class.
DtStateView< DtVrlinkSensorFieldOfViewState > DtVrlinkSensorFieldOfViewStateView
Create a DtStateView templated on the state view.
Definition: DtSensorFieldOfViewState.h:112
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
A DtStateView is a the interface to simulation state information.
Definition: DtStateView.h:49
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
Contains makVrv::DtEntityState class.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
bool operator==(const DtTextureAtlasIndexParser::StringOrFloatAttrib &lhs, const DtTextureAtlasIndexParser::StringOrFloatAttrib &rhs)
needed for search comparison code
Definition: DtTextureAtlasIndexParser.h:153
A DtSimState is the base class for all state objects.
Definition: DtSimState.h:19
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(DtMessage &msg, makVrf::DtNetworkMessageAgentInterface &)
DtStateViewCollection< DtVrlinkSensorFieldsOfView > DtVrlinkSensorFieldsOfViewStateViewCollection
Definition: DtSensorFieldOfViewState.h:115
Contains additional type to message encoding functions.
Contains DLL export macros.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)