OpendTect  6.6
gmtprocflow.h
Go to the documentation of this file.
1 #pragma once
2 /*+
3  * (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
4  * AUTHOR : Raman Singh
5  * DATE : Sept 2008
6  * ID : $Id$
7 -*/
8 
9 #include "gmtmod.h"
10 #include "iopar.h"
11 #include "namedobj.h"
12 #include "bufstringset.h"
13 
14 
15 namespace ODGMT
16 {
17 
18 mExpClass(GMT) ProcFlow : public ::NamedObject
19 {
20 public:
21 
22  ProcFlow(const char* nm=0);
24 
25  const IOPar& pars() const { return iop_; }
26  IOPar& pars() { return iop_; }
27 
28 protected:
29 
31 };
32 
33 } // namespace ODMad
34 
GMT
Definition: initgmtplugin.h:17
mExpClass
#define mExpClass(module)
Definition: commondefs.h:177
namedobj.h
ODGMT::ProcFlow
Definition: gmtprocflow.h:19
ODGMT::ProcFlow::iop_
IOPar iop_
Definition: gmtprocflow.h:30
ODGMT::ProcFlow::pars
const IOPar & pars() const
Definition: gmtprocflow.h:25
ODGMT::ProcFlow::~ProcFlow
~ProcFlow()
ODGMT
Definition: gmtdef.h:19
bufstringset.h
ODGMT::ProcFlow::pars
IOPar & pars()
Definition: gmtprocflow.h:26
iopar.h
ODGMT::ProcFlow::ProcFlow
ProcFlow(const char *nm=0)
IOPar
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:55

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