13 #include "volumeprocessingmod.h" 30 "LateralSmoother", tr(
"Lateral Smoother") )
46 virtual Task* createTask();
54 virtual bool needsInput()
const;
#define mExpClass(module)
Definition: commondefs.h:157
bool mirroredges_
Definition: volproclateralsmoother.h:63
void setInterpolateUdfs(bool b)
Definition: volproclateralsmoother.h:38
bool getInterpolateUdfs() const
Definition: volproclateralsmoother.h:43
#define mODTextTranslationClass(clss)
Definition: uistring.h:37
static const char * sKeyFixedValue()
Definition: volproclateralsmoother.h:71
bool getMirrorEdges() const
Definition: volproclateralsmoother.h:41
void usePar(const IOPar &iop, ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:200
#define od_int64
Definition: plftypes.h:34
const Array2DFilterPars & getPars() const
Definition: volproclateralsmoother.h:40
bool interpolateundefs_
Definition: volproclateralsmoother.h:64
#define mDefaultFactoryInstantiation(baseclss, clss, keywrd, usernm)
Definition: factory.h:287
Lateral smoother. Subclass of Step.
Definition: volproclateralsmoother.h:25
Generalized set of parameters of the keyword-value type.
Definition: iopar.h:53
virtual bool canInputAndOutputBeSame() const
Definition: volproclateralsmoother.h:51
Horizontal sampling (inline and crossline range and steps).
Definition: trckeysampling.h:25
Adapter for a VolProc chain to external attribute calculation.
Definition: velocitygridder.h:29
Array2DFilterPars pars_
Definition: volproclateralsmoother.h:62
float fixedvalue_
Definition: volproclateralsmoother.h:65
int OutputSlotID
Definition: volprocstep.h:47
virtual bool canHandle2D() const
Definition: volproclateralsmoother.h:53
float getFixedValue() const
Definition: volproclateralsmoother.h:42
virtual bool needsFullVolume() const
Definition: volproclateralsmoother.h:50
void setMirrorEdges(bool yn)
Definition: volproclateralsmoother.h:36
void fillPar(IOPar &iop, const ODPolygon< T > &poly, const char *inpkey)
Definition: polygon.h:187
static const char * sKeyMirrorEdges()
Definition: volproclateralsmoother.h:69
An algorithm/calculation/transformation that takes one scalar volume as input, processes it...
Definition: volprocstep.h:39
virtual bool areSamplesIndependent() const
Definition: volproclateralsmoother.h:52
Parameters for Array2DFilterer.
Definition: array2dfilter.h:30
static const char * sKeyIsWeighted()
Definition: volproclateralsmoother.h:68
static const char * sKeyIsMedian()
Definition: volproclateralsmoother.h:67
void setFixedValue(float v)
Definition: volproclateralsmoother.h:37
Generalization of something (e.g. a computation) that needs to be done in multiple steps...
Definition: task.h:26
static const char * sKeyInterpolateUdf()
Definition: volproclateralsmoother.h:70