VR-Forces 4.6.1 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 
48 
52  virtual bool needsUpdate( DtTime tNow );
53 
56  virtual void update( DtTime tNow );
57 
59 
61 
62  virtual void setLocalLocation( const DtVector& location );
63  virtual const DtVector& localLocation() const;
65 
67 
68 
69  virtual bool isOverWater() const;
70  virtual void setIsOverWater( bool isOverWater );
72 
74 
75 
76 
77  virtual bool locationIsChanged() const;
78  virtual void setLocationIsChanged( bool locationIsChanged );
80 
84  virtual void slot_dynamicOceanObjectsChanged();
85 
86  private:
89 
90  protected:
96  };
97 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)