VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTritonTidalStreamWakeUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvTriton/vrvTriton.h>
13 
16 
17 #include <matrix/vlVector.h>
18 #include <matrix/vlTaitBryan.h>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtTritonTidalStreamWakeModel;
24 
32  {
33  public:
38 
41 
46  virtual bool needsUpdate( DtTime tNow );
47 
50  virtual void update( DtTime tNow );
51 
52  protected:
53 
56  virtual DtTritonTidalStreamWakeModel* tidalStreamWakeModel();
57 
59  virtual DtVector calcWakeDirection( const DtVector& currentPos,
60  float radiansFromNorth );
61 
63  virtual void setTidalStreamWakesEnabled( bool enabled );
64 
65  protected:
68  };
69 
70 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)