OpendTect  6.6
prestackagc.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: K. Tingdahl
8  Date: April 2005
9  RCS: $Id$
10 ________________________________________________________________________
11 
12 
13 -*/
14 
15 #include "prestackprocessingmod.h"
16 #include "prestackprocessor.h"
17 #include "ranges.h"
18 
19 namespace PreStack
20 {
21 
26 mExpClass(PreStackProcessing) AGC : public Processor
28 public:
30  Processor, AGC, "AGC",
31  toUiString(sFactoryKeyword()))
32 
33  AGC();
34  bool prepareWork();
35 
36  void setWindow(const Interval<float>&);
37  const Interval<float>& getWindow() const;
39  bool withparens) const;
40 
41  void setLowEnergyMute(float fraction);
42  float getLowEnergyMute() const;
43 
44  void fillPar(IOPar&) const;
45  bool usePar(const IOPar&);
46 
47  static const char* sKeyWindow();
48  static const char* sKeyMuteFraction();
49 
50 protected:
52  od_int64 totalNr() const { return totalnr_; }
53 
57  int totalnr_;
58 };
59 
60 } // namespace PreStack
61 
PreStack::AGC::samplewindow_
Interval< int > samplewindow_
Definition: prestackagc.h:55
PreStack::AGC::fillPar
void fillPar(IOPar &) const
PreStack::AGC::sKeyWindow
static const char * sKeyWindow()
PreStack::AGC::totalnr_
int totalnr_
Definition: prestackagc.h:57
PreStack::AGC::doWork
bool doWork(od_int64, od_int64, int)
File::toUiString
Export_Basic uiString toUiString(ViewStyle)
od_int64
#define od_int64
Definition: plftypes.h:35
mDefaultFactoryInstantiation
#define mDefaultFactoryInstantiation(baseclss, clss, keywrd, usernm)
Definition: factory.h:288
mExpClass
#define mExpClass(module)
Definition: commondefs.h:177
PreStack::AGC
Processor for PreStack AGC.
Definition: prestackagc.h:27
PreStack::Processor
Processes PreStack data at one cdp location. The algorithm is implemented in subclasses,...
Definition: prestackprocessor.h:36
PreStack::AGC::setWindow
void setWindow(const Interval< float > &)
mODTextTranslationClass
#define mODTextTranslationClass(clss)
Definition: uistring.h:40
PreStack::AGC::window_
Interval< float > window_
Definition: prestackagc.h:54
PreStack::AGC::setLowEnergyMute
void setLowEnergyMute(float fraction)
PreStack::AGC::sKeyMuteFraction
static const char * sKeyMuteFraction()
PreStack::AGC::getLowEnergyMute
float getLowEnergyMute() const
PreStack
Definition: synthseis.h:35
prestackprocessor.h
PreStack::AGC::usePar
bool usePar(const IOPar &)
BufferString
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size.
Definition: bufstring.h:40
PreStack::AGC::prepareWork
mODTextTranslationClass(AGC) public bool prepareWork()
PreStack::AGC::getWindow
const Interval< float > & getWindow() const
ranges.h
Interval< float >
PreStack::AGC::mutefraction_
float mutefraction_
Definition: prestackagc.h:56
PreStack::AGC::getWindowUnit
void getWindowUnit(BufferString &, bool withparens) const
IOPar
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:55
PreStack::AGC::totalNr
od_int64 totalNr() const
Definition: prestackagc.h:52

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