VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOverWaterUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 
14 #include <vrvCore/DtDe.h>
15 #include <vrvCore/DtTickable.h>
16 #include <vrvCore/DtUniqueID.h>
17 #include <vrvUtil/signalslib.h>
18 
19 #include <matrix/vlVector.h>
20 #include <vlutil/vlTime.h>
21 
22 namespace makVrv
23 {
35  {
36  public:
42 
44  virtual ~DtOverWaterUpdater();
45 
47 
52  virtual bool needsUpdate( DtTime tNow );
53 
56  virtual void update( DtTime tNow );
57 
59 
61  virtual void setLocalLocation( const DtVector& location );
63  virtual const DtVector& localLocation() const;
65 
67  virtual bool isOverWater() const;
70  virtual void setIsOverWater( bool isOverWater );
72 
74  virtual bool locationIsChanged() const;
78  virtual void setLocationIsChanged( bool locationIsChanged );
80 
84  virtual void slot_dynamicOceanObjectsChanged();
85 
86  private:
89 
90  protected:
96  };
97 }
DtSignalConnectionManager mySignalConnections
Definition: DtOverWaterUpdater.h:95
Contains makVrv::DtDe class.
An abstract base class for objects that require updates.
Definition: DtTickable.h:26
DtVector myLocalLocation
Definition: DtOverWaterUpdater.h:92
bool myIsOverWater
Definition: DtOverWaterUpdater.h:94
bool myLocationIsChanged
Definition: DtOverWaterUpdater.h:93
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
DtDe & myDe
Definition: DtOverWaterUpdater.h:91
Contains the declaration for makVrv::DtTickable.
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Class to periodically check if a location is over triton dynamic ocean or not (assumed to be land)...
Definition: DtOverWaterUpdater.h:34
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)