|
| | mDefaultFactoryInstantiation (VolProc::Step, LateralSmoother,"LateralSmoother", tr("Lateral Smoother")) LateralSmoother() |
| |
| | ~LateralSmoother () |
| |
| bool | needsInput () const |
| |
| TrcKeySampling | getInputHRg (const TrcKeySampling &) const |
| |
| void | setPars (const Array2DFilterPars &) |
| |
| void | setMirrorEdges (bool yn) |
| |
| void | setFixedValue (float v) |
| |
| void | setInterpolateUdfs (bool b) |
| |
| const Array2DFilterPars & | getPars () const |
| |
| bool | getMirrorEdges () const |
| |
| float | getFixedValue () const |
| |
| bool | getInterpolateUdfs () const |
| |
| virtual void | fillPar (IOPar &) const |
| |
| virtual bool | usePar (const IOPar &) |
| |
| virtual bool | areSamplesIndependent () const |
| |
| bool | canInputAndOutputBeSame () const |
| |
| bool | needsFullVolume () const |
| |
| bool | canHandle2D () const |
| |
| Task * | createTask () |
| |
| od_int64 | extraMemoryUsage (OutputSlotID, const TrcKeySampling &, const StepInterval< int > &) const |
| |
| | mDefineFactoryInClass (Step, factory) |
| |
| virtual | ~Step () |
| |
| ID | getID () const |
| |
| Chain & | getChain () |
| |
| const Chain & | getChain () const |
| |
| virtual const char * | userName () const |
| |
| virtual void | setUserName (const char *nm) |
| |
| void | resetInput () |
| |
| virtual int | getNrInputs () const |
| |
| virtual InputSlotID | getInputSlotID (int idx) const |
| |
| virtual void | getInputSlotName (InputSlotID, BufferString &) const |
| |
| virtual bool | isInputPrevStep () const |
| |
| virtual int | getNrOutputs () const |
| |
| virtual OutputSlotID | getOutputSlotID (int idx) const |
| |
| bool | validInputSlotID (InputSlotID) const |
| |
| bool | validOutputSlotID (OutputSlotID) const |
| |
| virtual StepInterval< int > | getInputZRg (const StepInterval< int > &) const |
| |
| virtual StepInterval< int > | getInputZRgWithGeom (const StepInterval< int > &, Survey::Geometry::ID) const |
| |
| virtual void | setInput (InputSlotID, const RegularSeisDataPack *) |
| |
| const RegularSeisDataPack * | getInput (InputSlotID) const |
| |
| virtual void | setOutput (OutputSlotID, RegularSeisDataPack *, const TrcKeySampling &, const StepInterval< int > &) |
| |
| const RegularSeisDataPack * | getOutput (OutputSlotID) const |
| |
| RegularSeisDataPack * | getOutput (OutputSlotID) |
| |
| int | getOutputIdx (OutputSlotID) const |
| |
| void | enableOutput (OutputSlotID) |
| |
| const RegularSeisDataPack * | getOutput () const |
| |
| RegularSeisDataPack * | getOutput () |
| |
| virtual const VelocityDesc * | getVelDesc () const |
| |
| virtual Task * | createTaskWithProgMeter (ProgressMeter *) |
| |
| virtual bool | needReportProgress () |
| |
| virtual void | releaseData () |
| |
| TrcKeyZSampling | getInputSampling (const TrcKeyZSampling &) const |
| |
| virtual uiString | errMsg () const |
| |
| virtual mDeprecated od_int64 | getOuputMemSize (int) const |
| |
| virtual mDeprecated od_int64 | getProcTimeExtraMemory () const |
| |
Lateral smoother. Subclass of Step.