VR-Forces 4.8 Class Documentation
 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) 2015 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 
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
20 
21  class DtDe;
22 
28  {
29  public:
30 
33 
36 
38  virtual void update( double simTime );
39 
41  virtual void setHostObject( DtUniqueID hostId );
42 
44  virtual void setTargetObject( DtUniqueID targetId );
45 
47  virtual void setTargetLocation( double x, double y, double z );
48 
51  virtual void setDesiredOrientationOffset( double psi, double theta, double phi );
52 
53  protected:
54 
61  };
62 
63 }
DtUniqueID myTargetId
Definition: DtAttachableRectangularPyramidUpdater.h:56
DtVector myTargetLocation
Definition: DtAttachableRectangularPyramidUpdater.h:57
Contains the makVrv::DtAttachableUpdater class declaration.
DtUniqueID myHostId
Definition: DtAttachableRectangularPyramidUpdater.h:55
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:59
DtTaitBryan myDesiredOrientationOffset
Definition: DtAttachableRectangularPyramidUpdater.h:58
bool myIsTargetingLocation
Definition: DtAttachableRectangularPyramidUpdater.h:60
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
A DtAttachableRectangularPyramidUpdater is used to update a rectangular pyramid sensor field of view ...
Definition: DtAttachableRectangularPyramidUpdater.h:27
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)