VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAttachableRectangularPyramidUpdater.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2022 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
14 #include <vrvCore/DtUniqueID.h>
15 
17 
18 #include <matrix/vlVector.h>
19 
20 namespace makVrv
21 {
22  class DtCoordinateSystem;
23  class DtDe;
24 
30  {
31  public:
32 
35 
38 
40  virtual void update( double simTime );
41 
43  virtual void setHostObject( DtElementID hostId );
44 
46  virtual void setTargetObject( DtElementID targetId );
47 
49  virtual void setTargetLocation( double x, double y, double z );
50 
53  virtual void setDesiredOrientationOffset( double psi, double theta, double phi );
54  protected:
56  virtual void slot_coordinateSystemChanged();
57 
58  protected:
59 
66 
68 
71  DtCoordinateSystem* myCoordinateSystem = nullptr;
72 
73  };
74 
75 }
DtVector myTargetLocation
Definition: DtAttachableRectangularPyramidUpdater.h:62
DtElementID myTargetId
Definition: DtAttachableRectangularPyramidUpdater.h:61
Contains the makVrv::DtAttachableUpdater class declaration.
DtSignalConnectionManager myConnections
Definition: DtAttachableRectangularPyramidUpdater.h:67
A DtAttachableUpdater updates a scene an object that can be positioned in the scene by (possibly) att...
Definition: DtAttachableUpdater.h:33
bool myIsTargetingObject
Definition: DtAttachableRectangularPyramidUpdater.h:64
DtTaitBryan myDesiredOrientationOffset
Definition: DtAttachableRectangularPyramidUpdater.h:63
bool myIsTargetingLocation
Definition: DtAttachableRectangularPyramidUpdater.h:65
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtElementID myHostId
Definition: DtAttachableRectangularPyramidUpdater.h:60
The DtCoordinateSystem is used to manage the current coordinate system of the scene.
Definition: DtCoordinateSystem.h:41
Base class to provide boost signal/slot management.
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
A DtAttachableRectangularPyramidUpdater is used to update a rectangular pyramid sensor field of view ...
Definition: DtAttachableRectangularPyramidUpdater.h:29
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)