OpendTect  6.3
uiseisbayesclass.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*+
4 ________________________________________________________________________
5 
6  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
7  Author: Bert
8  Date: Feb 2010
9 ________________________________________________________________________
10 
11 -*/
12 
13 #include "uiseismod.h"
14 #include "uivarwizard.h"
15 #include "uistring.h"
16 
17 class uiSeisBayesPDFInp;
18 class uiSeisBayesNorm;
19 class uiSeisBayesSeisInp;
20 class uiSeisBayesOut;
21 
22 
27 public:
28 
29  uiSeisBayesClass(uiParent*,bool is2d);
31 
32  virtual void raiseCurrent();
33 
34 protected:
35 
36  bool is2d_;
37 
38  uiSeisBayesPDFInp* inppdfdlg_;
39  uiSeisBayesNorm* normdlg_;
40  uiSeisBayesSeisInp* inpseisdlg_;
41  uiSeisBayesOut* outdlg_;
42 
43  virtual void doPart();
44  virtual void closeDown();
45 
46  void getInpPDFs();
47  void inpPDFsGot(CallBacker*);
48 
49  void getNorm();
50  void normGot(CallBacker*);
51 
52  void getInpSeis();
53  void inpSeisGot(CallBacker*);
54 
55  void doOutput();
56  void outputDone(CallBacker*);
57 
58 };
#define mExpClass(module)
Definition: commondefs.h:157
Inherit from this class to be able to send and/or receive CallBacks.
Definition: callback.h:182
#define mODTextTranslationClass(clss)
Definition: uistring.h:37
'Server' for flexible wizards.
Definition: uivarwizard.h:27
uiSeisBayesPDFInp * inppdfdlg_
Definition: uiseisbayesclass.h:38
Definition: uiparent.h:24
'Server' for Seismic Bayesian Inversion.
Definition: uiseisbayesclass.h:25
uiSeisBayesOut * outdlg_
Definition: uiseisbayesclass.h:41
uiSeisBayesSeisInp * inpseisdlg_
Definition: uiseisbayesclass.h:40
uiSeisBayesNorm * normdlg_
Definition: uiseisbayesclass.h:39
bool is2d_
Definition: uiseisbayesclass.h:36

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017