VR-Forces 4.2 Class Documentation
vrfEnvironmentConditionsThermoclinesLogic.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
15 #include <vrvUtil/DtSignalConnectionManager.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20 }
21 
22 namespace makVrf
23 {
27  {
28 
29  public:
33 
36 
37  protected:
39  void sendEnvironmentToGUI();
40 
41  void onChangeThermoclineLayer1Depth(double depth);
42  void onChangeThermoclineLayer1Permeability(double depth);
43  void onChangeThermoclineLayer2Depth(double depth);
44  void onChangeThermoclineLayer2Permeability(double depth);
45  void onChangeThermoclineLayer3Depth(double depth);
46  void onChangeThermoclineLayer3Permeability(double depth);
47  void onChangeThermoclineLayer4Depth(double depth);
48  void onChangeThermoclineLayer4Permeability(double depth);
49  void onChangeThermoclineLayer5Depth(double depth);
50  void onChangeThermoclineLayer5Permeability(double depth);
51 
52  protected:
53  makVrv::DtDe& myDe;
54  makVrv::DtSignalConnectionManager mySignals;
56  };
57 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)