OpendTect  6.6
gmtcontour.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 Singh
8  Date: August 2008
9  RCS: $Id$
10 ________________________________________________________________________
11 
12 -*/
13 
14 #include "gmtpar.h"
15 
16 
19 public:
20 
21  static void initClass();
22 
23  GMTContour( const IOPar& par, const char* workdir )
24  : GMTPar(par,workdir) {}
25 
26  virtual const char* userRef() const;
27  bool fillLegendPar(IOPar&) const;
28 
29 protected:
30 
31  virtual bool doExecute(od_ostream&,const char*) override;
32 
33  static GMTPar* createInstance(const IOPar&,const char*);
34  static int factoryid_;
35 
36  bool makeCPT(const char*) const;
37 };
38 
GMT
Definition: initgmtplugin.h:17
GMTContour::initClass
static void initClass()
GMTContour::userRef
virtual const char * userRef() const
GMTContour::factoryid_
static int factoryid_
Definition: gmtcontour.h:34
gmtpar.h
GMTContour::createInstance
static GMTPar * createInstance(const IOPar &, const char *)
mClass
#define mClass(module)
Definition: commondefs.h:181
GMTContour
Definition: gmtcontour.h:18
GMTContour::GMTContour
GMTContour(const IOPar &par, const char *workdir)
Definition: gmtcontour.h:23
GMTContour::mODTextTranslationClass
mODTextTranslationClass(GMTContour)
GMTContour::makeCPT
bool makeCPT(const char *) const
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
GMTContour::fillLegendPar
bool fillLegendPar(IOPar &) const
GMTContour::doExecute
virtual bool doExecute(od_ostream &, const char *) override

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