OpendTect  6.3
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
VolProc::LateralSmoother Class Reference

Lateral smoother. Subclass of Step. More...

Inheritance diagram for VolProc::LateralSmoother:
[legend]

Public Member Functions

 mDefaultFactoryInstantiation (VolProc::Step, LateralSmoother,"LateralSmoother", tr("Lateral Smoother")) LateralSmoother()
 
 ~LateralSmoother ()
 
void setPars (const Array2DFilterPars &)
 
void setMirrorEdges (bool yn)
 
void setFixedValue (float v)
 
void setInterpolateUdfs (bool b)
 
const Array2DFilterParsgetPars () const
 
bool getMirrorEdges () const
 
float getFixedValue () const
 
bool getInterpolateUdfs () const
 
virtual TrcKeySampling getInputHRg (const TrcKeySampling &) const
 
virtual TaskcreateTask ()
 
virtual void fillPar (IOPar &) const
 
virtual bool usePar (const IOPar &)
 
virtual bool needsFullVolume () const
 
virtual bool canInputAndOutputBeSame () const
 
virtual bool areSamplesIndependent () const
 
virtual bool canHandle2D () const
 
virtual bool needsInput () const
 
- Public Member Functions inherited from VolProc::Step
 mDefineFactoryInClass (Step, factory)
 
virtual ~Step ()
 
virtual void releaseData ()
 
ID getID () const
 
ChaingetChain ()
 
const ChaingetChain () const
 
virtual const char * userName () const
 
virtual void setUserName (const char *nm)
 
void resetInput ()
 
virtual int getNrInputs () const
 
bool validInputSlotID (InputSlotID) const
 
virtual InputSlotID getInputSlotID (int idx) const
 
virtual void getInputSlotName (InputSlotID, BufferString &) const
 
virtual int getNrOutputs () const
 
bool validOutputSlotID (OutputSlotID) const
 
virtual OutputSlotID getOutputSlotID (int idx) const
 
virtual StepInterval< int > getInputZRg (const StepInterval< int > &) const
 
const PosInfo::CubeDatagetPosSamplingOfNonNullTraces (InputSlotID, int comp=0)
 
virtual void setInput (InputSlotID, const RegularSeisDataPack *)
 
CVolRef getInput (InputSlotID) const
 
virtual void setOutput (OutputSlotID, RegularSeisDataPack *, const TrcKeySampling &, const StepInterval< int > &)
 
CVolRef getOutput (OutputSlotID) const
 
VolRef getOutput (OutputSlotID)
 
int getOutputIdx (OutputSlotID) const
 
void enableOutput (OutputSlotID)
 
CVolRef getOutput () const
 
VolRef getOutput ()
 
od_int64 getExtraMemoryUsage (const TrcKeySampling &, const StepInterval< int > &, const TypeSet< OutputSlotID > &=TypeSet< OutputSlotID >()) const
 
virtual const VelocityDescgetVelDesc () const
 
virtual TaskcreateTaskWithProgMeter (ProgressMeter *)
 only called when needReportProgress() More...
 
virtual uiString errMsg () const
 
virtual bool prefersBinIDWise () const
 
virtual bool needReportProgress ()
 
virtual bool isInputPrevStep () const
 

Protected Member Functions

virtual od_int64 extraMemoryUsage (OutputSlotID, const TrcKeySampling &, const StepInterval< int > &) const
 
- Protected Member Functions inherited from VolProc::Step
 Step ()
 
virtual bool prepareComp (int nrthreads)
 
virtual bool computeBinID (const BinID &, int threadid)
 

Static Protected Member Functions

static const char * sKeyIsMedian ()
 
static const char * sKeyIsWeighted ()
 
static const char * sKeyMirrorEdges ()
 
static const char * sKeyInterpolateUdf ()
 
static const char * sKeyFixedValue ()
 

Protected Attributes

Array2DFilterPars pars_
 
bool mirroredges_
 
bool interpolateundefs_
 
float fixedvalue_
 
- Protected Attributes inherited from VolProc::Step
ID id_
 
Chainchain_
 
BufferString username_
 
ObjectSet< const RegularSeisDataPackinputs_
 
TypeSet< InputSlotIDinputslotids_
 
uiString errmsg_
 
TrcKeySampling tks_
 
StepInterval< int > zrg_
 
TypeSet< OutputSlotIDoutputslotids_
 

Private Member Functions

 mODTextTranslationClass (LateralSmoother)
 

Additional Inherited Members

- Public Types inherited from VolProc::Step
typedef ConstRefMan< RegularSeisDataPackCVolRef
 
typedef RefMan< RegularSeisDataPackVolRef
 
typedef int ID
 
typedef int InputSlotID
 
typedef int OutputSlotID
 
- Static Public Member Functions inherited from VolProc::Step
static ID cUndefID ()
 
static int cUndefSlotID ()
 
static od_int64 getBaseMemoryUsage (const TrcKeySampling &, const StepInterval< int > &)
 

Detailed Description

Lateral smoother. Subclass of Step.

Constructor & Destructor Documentation

VolProc::LateralSmoother::~LateralSmoother ( )

Member Function Documentation

virtual bool VolProc::LateralSmoother::areSamplesIndependent ( ) const
inlinevirtual

Implements VolProc::Step.

virtual bool VolProc::LateralSmoother::canHandle2D ( ) const
inlinevirtual

Reimplemented from VolProc::Step.

virtual bool VolProc::LateralSmoother::canInputAndOutputBeSame ( ) const
inlinevirtual

Implements VolProc::Step.

virtual Task* VolProc::LateralSmoother::createTask ( )
virtual

Reimplemented from VolProc::Step.

virtual od_int64 VolProc::LateralSmoother::extraMemoryUsage ( OutputSlotID  ,
const TrcKeySampling ,
const StepInterval< int > &   
) const
protectedvirtual

Implements VolProc::Step.

virtual void VolProc::LateralSmoother::fillPar ( IOPar ) const
virtual

Reimplemented from VolProc::Step.

float VolProc::LateralSmoother::getFixedValue ( ) const
inline
virtual TrcKeySampling VolProc::LateralSmoother::getInputHRg ( const TrcKeySampling ) const
virtual

When computing TrcKeySampling, how big input is needed?

Reimplemented from VolProc::Step.

bool VolProc::LateralSmoother::getInterpolateUdfs ( ) const
inline
bool VolProc::LateralSmoother::getMirrorEdges ( ) const
inline
const Array2DFilterPars& VolProc::LateralSmoother::getPars ( ) const
inline
VolProc::LateralSmoother::mDefaultFactoryInstantiation ( VolProc::Step  ,
LateralSmoother  ,
"LateralSmoother"  ,
tr("Lateral Smoother")   
)
VolProc::LateralSmoother::mODTextTranslationClass ( LateralSmoother  )
private
virtual bool VolProc::LateralSmoother::needsFullVolume ( ) const
inlinevirtual

Implements VolProc::Step.

virtual bool VolProc::LateralSmoother::needsInput ( ) const
virtual

Reimplemented from VolProc::Step.

void VolProc::LateralSmoother::setFixedValue ( float  v)
inline
void VolProc::LateralSmoother::setInterpolateUdfs ( bool  b)
inline
void VolProc::LateralSmoother::setMirrorEdges ( bool  yn)
inline
void VolProc::LateralSmoother::setPars ( const Array2DFilterPars )
static const char* VolProc::LateralSmoother::sKeyFixedValue ( )
inlinestaticprotected
static const char* VolProc::LateralSmoother::sKeyInterpolateUdf ( )
inlinestaticprotected
static const char* VolProc::LateralSmoother::sKeyIsMedian ( )
inlinestaticprotected
static const char* VolProc::LateralSmoother::sKeyIsWeighted ( )
inlinestaticprotected
static const char* VolProc::LateralSmoother::sKeyMirrorEdges ( )
inlinestaticprotected
virtual bool VolProc::LateralSmoother::usePar ( const IOPar )
virtual

Reimplemented from VolProc::Step.

Member Data Documentation

float VolProc::LateralSmoother::fixedvalue_
protected
bool VolProc::LateralSmoother::interpolateundefs_
protected
bool VolProc::LateralSmoother::mirroredges_
protected
Array2DFilterPars VolProc::LateralSmoother::pars_
protected

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