VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRotorWashObject.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2020 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtUniqueID.h>
14 
15 #include <string>
16 
17 namespace makVrv
18 {
19  class DtRotorWashManager;
20 
27  {
28  public:
29 
32 
34  virtual ~DtRotorWashObject();
35 
40  virtual void addRotorWash(DtUniqueID helicopterID, DtUniqueID rotorWashID,
41  const std::string& modelDef);
42 
44  virtual void removeRotorWash();
45 
47  virtual void start();
48 
50  virtual void stop();
51 
55  virtual void setRotorDiameter(double rotorDiameter);
56 
59  virtual void setRotorWindSpeed(double rotorWindSpeed);
60 
61  private:
67  DtRotorWashObject &operator=(const DtRotorWashObject &);
68 
69  protected:
70 
74  std::string myModelDefinition;
75  };
76 }
The interface from the.
Definition: DtRotorWashObject.h:26
DtRotorWashManager & myRotorWashManager
Definition: DtRotorWashObject.h:71
std::string myModelDefinition
Definition: DtRotorWashObject.h:74
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Manager for updating the rotorwashes. DtRotorWashManager is managed by.
Definition: DtRotorWashManager.h:34
DtUniqueID myHelicopterID
Definition: DtRotorWashObject.h:72
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
DtUniqueID myRotorWashID
Definition: DtRotorWashObject.h:73
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Contains DLL export macros.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)