|
| | WellLogInterpolator () |
| |
| | ~WellLogInterpolator () |
| |
| bool | canInputAndOutputBeSame () const |
| |
| virtual uiString | errMsg () const |
| |
| od_int64 | extraMemoryUsage (OutputSlotID, const TrcKeySampling &, const StepInterval< int > &) const |
| |
| void | fillPar (IOPar &) const |
| |
| const char * | getGridderName () const |
| |
| const InterpolationLayerModel * | getLayerModel () const |
| |
| const char * | getLogName () const |
| |
| float | getSearchRadius () const |
| |
| Well::ExtractParams | getWellExtractParams () |
| |
| void | getWellIDs (TypeSet< MultiID > &) const |
| |
| void | getWellNames (BufferStringSet &) const |
| |
| bool | is2D () const |
| |
| bool | needsFullVolume () const |
| |
| bool | needsInput () const |
| |
| void | releaseData () |
| |
| void | setGridder (const char *nm, float radius=0) |
| |
| void | setLayerModel (InterpolationLayerModel *) |
| |
| void | setWellData (const TypeSet< MultiID > &, const char *lognm) |
| |
| void | setWellExtractParams (Well::ExtractParams params) |
| |
| bool | usePar (const IOPar &) |
| |
| virtual | ~Step () |
| |
| virtual bool | areSamplesIndependent () const |
| |
| virtual bool | canHandle2D () const |
| |
| virtual Task * | createTask () |
| |
| virtual Task * | createTaskWithProgMeter (ProgressMeter *) |
| |
| void | enableOutput (OutputSlotID) |
| |
| Chain & | getChain () |
| |
| const Chain & | getChain () const |
| |
| ID | getID () const |
| |
| const RegularSeisDataPack * | getInput (InputSlotID) const |
| |
| virtual TrcKeySampling | getInputHRg (const TrcKeySampling &) const |
| |
| TrcKeyZSampling | getInputSampling (const TrcKeyZSampling &) const |
| |
| virtual InputSlotID | getInputSlotID (int idx) const |
| |
| virtual void | getInputSlotName (InputSlotID, BufferString &) const |
| |
| virtual StepInterval< int > | getInputZRg (const StepInterval< int > &) const |
| |
| virtual StepInterval< int > | getInputZRgWithGeom (const StepInterval< int > &, Survey::Geometry::ID) const |
| |
| virtual int | getNrInputs () const |
| |
| virtual int | getNrOutputs () const |
| |
| virtual mDeprecatedDef od_int64 | getOuputMemSize (int) const |
| |
| RegularSeisDataPack * | getOutput () |
| |
| const RegularSeisDataPack * | getOutput () const |
| |
| RegularSeisDataPack * | getOutput (OutputSlotID) |
| |
| const RegularSeisDataPack * | getOutput (OutputSlotID) const |
| |
| int | getOutputIdx (OutputSlotID) const |
| |
| virtual OutputSlotID | getOutputSlotID (int idx) const |
| |
| virtual mDeprecatedDef od_int64 | getProcTimeExtraMemory () const |
| |
| virtual const VelocityDesc * | getVelDesc () const |
| |
| virtual bool | isInputPrevStep () const |
| |
| virtual bool | needReportProgress () |
| |
| void | resetInput () |
| |
| virtual void | setInput (InputSlotID, const RegularSeisDataPack *) |
| |
| virtual void | setOutput (OutputSlotID, RegularSeisDataPack *, const TrcKeySampling &, const StepInterval< int > &) |
| |
| virtual void | setUserName (const char *nm) |
| |
| virtual const char * | userName () const |
| |
| bool | validInputSlotID (InputSlotID) const |
| |
| bool | validOutputSlotID (OutputSlotID) const |
| |
Fills a volume with well log values.
<>