VR-Forces 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 
69  DtCoordinateSystem* myCoordinateSystem = nullptr;
70 
71  };
72 
73 }
DtVector myTargetLocation
Definition: DtAttachableRectangularPyramidUpdater.h:62
DtElementID myTargetId
Definition: DtAttachableRectangularPyramidUpdater.h:61
Contains the makVrv::DtAttachableUpdater class declaration.
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
A DtAttachableUpdater updates a scene an object that can be positioned in the scene by (possibly) att...
Definition: DtAttachableUpdater.h:35
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
DtElementID myHostId
Definition: DtAttachableRectangularPyramidUpdater.h:60
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
The DtCoordinateSystem is used to manage the current coordinate system of the scene.
Definition: DtCoordinateSystem.h:40
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:72
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 Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)