OpendTect  6.6
gmtclip.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: Raman K Singh
8  Date: May 2011
9  RCS: $Id$
10 ________________________________________________________________________
11 
12 -*/
13 
14 
15 #include "gmtmod.h"
16 #include "gmtpar.h"
17 
18 
20 {
21 public:
22 
23  static void initClass();
24 
25  GMTClip( const IOPar& par, const char* workdir )
26  : GMTPar(par,workdir) {}
27 
28  virtual const char* userRef() const;
29  bool isStart() const;
30  bool fillLegendPar(IOPar&) const;
31 
32 protected:
33 
34  virtual bool doExecute(od_ostream&,const char*) override;
35 
36  static GMTPar* createInstance(const IOPar&,const char*);
37  static int factoryid_;
38 };
39 
GMT
Definition: initgmtplugin.h:17
GMTClip
Definition: gmtclip.h:20
GMTClip::GMTClip
GMTClip(const IOPar &par, const char *workdir)
Definition: gmtclip.h:25
GMTClip::isStart
bool isStart() const
mExpClass
#define mExpClass(module)
Definition: commondefs.h:177
GMTClip::fillLegendPar
bool fillLegendPar(IOPar &) const
gmtpar.h
GMTClip::initClass
static void initClass()
GMTClip::factoryid_
static int factoryid_
Definition: gmtclip.h:37
GMTClip::doExecute
virtual bool doExecute(od_ostream &, const char *) override
GMTClip::userRef
virtual const char * userRef() const
GMTClip::createInstance
static GMTPar * createInstance(const IOPar &, const char *)
GMTPar
Definition: gmtpar.h:25
od_ostream
OD class for stream write common access to the user log file, or std::cout in other than od_main.
Definition: od_ostream.h:26
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