VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTritonRotorWashUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvTriton/vrvTriton.h>
13 
15 
16 #include <matrix/vlVector.h>
17 #include <matrix/vlTaitBryan.h>
18 
19 namespace makVrv
20 {
21  class DtDe;
22  class DtTritonRotorWashModel;
23  class DtOverWaterUpdater;
24 
32  {
33  public:
38 
40  virtual ~DtTritonRotorWashUpdater();
41 
45  virtual void setRotorWashModel(DtModel* rotorWashModel);
46 
47 
52  virtual bool needsUpdate( DtTime tNow );
53 
56  virtual void update( DtTime tNow );
57 
60  virtual DtOverWaterUpdater* createOverWaterUpdater();
61 
65  virtual void setLandCheckInterval(unsigned int frames);
66 
67 
68  protected:
69 
72  virtual DtTritonRotorWashModel* rotorWashModel();
73 
75  virtual DtVector calcRotorDownDirection( const DtVector& currentPos,
76  const DtTaitBryan& orientation );
77 
78  protected:
80  };
81 
82 }

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)