OpendTect  6.6
gmtcoastline.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  GMTCoastline( 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*);
32 
33  static GMTPar* createInstance(const IOPar&,const char*);
34  static int factoryid_;
35 
36  bool makeLLRangeFile(const char*,od_ostream&);
37 };
38 
GMT
Definition: initgmtplugin.h:17
GMTCoastline::GMTCoastline
GMTCoastline(const IOPar &par, const char *workdir)
Definition: gmtcoastline.h:23
GMTCoastline::fillLegendPar
bool fillLegendPar(IOPar &) const
GMTCoastline::mODTextTranslationClass
mODTextTranslationClass(GMTCoastline)
GMTCoastline::userRef
virtual const char * userRef() const
GMTCoastline
Definition: gmtcoastline.h:18
GMTCoastline::makeLLRangeFile
bool makeLLRangeFile(const char *, od_ostream &)
gmtpar.h
GMTCoastline::createInstance
static GMTPar * createInstance(const IOPar &, const char *)
GMTCoastline::factoryid_
static int factoryid_
Definition: gmtcoastline.h:34
mClass
#define mClass(module)
Definition: commondefs.h:181
GMTCoastline::doExecute
virtual bool doExecute(od_ostream &, const char *)
GMTCoastline::initClass
static void initClass()
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