|
| WellLogInterpolator () |
|
| ~WellLogInterpolator () |
|
bool | canInputAndOutputBeSame () const override |
|
uiString | errMsg () const override |
|
od_int64 | extraMemoryUsage (OutputSlotID, const TrcKeySampling &, const StepInterval< int > &) const override |
|
void | fillPar (IOPar &) const override |
|
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 override |
|
bool | needsInput () const override |
|
void | releaseData () override |
|
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 &) override |
|
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 > &, Pos::GeomID) 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 |
|
bool | is2D () 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.
<>