VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRotorWashModelInstanceInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
14 
15 namespace makVrv
16 {
17  class DtDe;
18 
26  {
27  public:
28 
31 
34 
36  virtual void start();
37 
39  virtual void stop();
40 
42  virtual void setVisible(bool isVisible) = 0;
43 
45 
48  virtual void setRotorDiameter( double diameter );
49  virtual double rotorDiameter() const;
50 
53  virtual void setRotorWindSpeed(double speed);
54  virtual double rotorWindSpeed() const;
55 
58  virtual void setDefaultRotorDiameter(double diameter);
59 
62  virtual void setDefaultRotorWindSpeed(double speed);
63 
66  virtual void setIsOverWater(bool overWater, bool visible);
67 
69 
71 
73  virtual void setOffset(const DtVector& offset);
74 
76  virtual void setIntensity(const float intensity);
77 
79  virtual void setGroundDist(const float groundDist);
80 
82 
83  };
84 }
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Rotorwash and rotorwash collision object information.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
voidpf uLong offset
Definition: ioapi.h:42
DtRotorWashModelInstanceInterface provides the implementation of a generic rotorWash effect There are...
Definition: DtRotorWashModelInstanceInterface.h:25
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)