OpendTect
7.0
|
Fills a volume with values. More...
Public Member Functions | |
HorInterFiller () | |
~HorInterFiller () | |
bool | areSamplesIndependent () const override |
bool | canHandle2D () const override |
bool | canInputAndOutputBeSame () const override |
od_int64 | extraMemoryUsage (OutputSlotID, const TrcKeySampling &, const StepInterval< int > &) const override |
void | fillPar (IOPar &) const override |
const MultiID * | getBottomHorizonID () const |
float | getBottomValue () const |
float | getGradient () const |
const MultiID * | getTopHorizonID () const |
float | getTopValue () const |
bool | isInputPrevStep () const override |
bool | isOK () const |
bool | needsFullVolume () const override |
bool | needsInput () const override |
void | releaseData () override |
bool | setBottomHorizon (const MultiID *) |
void | setBottomValue (float) |
void | setGradient (float) |
bool | setTopHorizon (const MultiID *) |
void | setTopValue (float) |
void | useGradient (bool) |
If false, bottom value will be used. More... | |
bool | usePar (const IOPar &) override |
bool | usesGradient () const |
Public Member Functions inherited from VolProc::Step | |
virtual | ~Step () |
virtual Task * | createTask () |
virtual Task * | createTaskWithProgMeter (ProgressMeter *) |
void | enableOutput (OutputSlotID) |
virtual uiString | errMsg () const |
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 | 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 |
Protected Member Functions | |
bool | computeBinID (const BinID &, int) override |
EM::Horizon * | loadHorizon (const MultiID &) const |
bool | prefersBinIDWise () const override |
bool | prepareComp (int) override |
Protected Member Functions inherited from VolProc::Step | |
Step () | |
od_uint64 | getComponentMemory (const TrcKeySampling &, bool input) const |
int | getNrInputComponents (InputSlotID) const |
int | getNrOutComponents () const |
const StepInterval< float > & | getZSampling () const |
void | setHStep (const BinID &bid) |
void | setInpNrComps (InputSlotID, int) |
void | setOutputNrComps (int nr) |
void | setVStep (int zstep) |
Static Protected Member Functions | |
static const char * | sKeyBotHorID () |
static const char * | sKeyBotValue () |
static const char * | sKeyGradient () |
static const char * | sKeyTopHorID () |
static const char * | sKeyTopValue () |
static const char * | sKeyUseGradient () |
Protected Attributes | |
EM::Horizon * | bottomhorizon_ |
float | bottomvalue_ |
float | gradient_ |
EM::Horizon * | tophorizon_ |
float | topvalue_ |
bool | usegradient_ |
Protected Attributes inherited from VolProc::Step | |
Chain * | chain_ |
uiString | errmsg_ |
ID | id_ |
ObjectSet< const RegularSeisDataPack > | inputs_ |
TypeSet< InputSlotID > | inputslotids_ |
TypeSet< OutputSlotID > | outputslotids_ |
mDeprecatedDef TrcKeySampling | tks_ |
BufferString | username_ |
mDeprecatedDef StepInterval< int > | zrg_ |
Additional Inherited Members | |
Public Types inherited from VolProc::Step | |
typedef int | ID |
typedef int | InputSlotID |
typedef int | OutputSlotID |
Static Public Member Functions inherited from VolProc::Step | |
static ID | cUndefID () |
static int | cUndefSlotID () |
static mDeprecatedDef od_int64 | getBaseMemoryUsage (const TrcKeySampling &, const StepInterval< int > &) |
Fills a volume with values.
The top and bottom of the volume are either the survey top/bottom, or horizons. The values are fixed at the top boundary (either horizon or survey top) and change either with a fixed gradient or to a fixed value at the bottom boundary.
<>
VolProc::HorInterFiller::~HorInterFiller | ( | ) |
VolProc::HorInterFiller::HorInterFiller | ( | ) |
|
inlineoverridevirtual |
returns whether samples in the output are independent from each other.
Reimplemented from VolProc::Step.
|
inlineoverridevirtual |
Reimplemented from VolProc::Step.
|
inlineoverridevirtual |
Reimplemented from VolProc::Step.
|
overrideprotectedvirtual |
Reimplemented from VolProc::Step.
|
overridevirtual |
Reimplemented from VolProc::Step.
|
overridevirtual |
Reimplemented from VolProc::Step.
const MultiID* VolProc::HorInterFiller::getBottomHorizonID | ( | ) | const |
float VolProc::HorInterFiller::getBottomValue | ( | ) | const |
float VolProc::HorInterFiller::getGradient | ( | ) | const |
const MultiID* VolProc::HorInterFiller::getTopHorizonID | ( | ) | const |
float VolProc::HorInterFiller::getTopValue | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from VolProc::Step.
bool VolProc::HorInterFiller::isOK | ( | ) | const |
|
protected |
|
inlineoverridevirtual |
Reimplemented from VolProc::Step.
|
inlineoverridevirtual |
Implements VolProc::Step.
|
inlineoverrideprotectedvirtual |
Reimplemented from VolProc::Step.
|
inlineoverrideprotectedvirtual |
Reimplemented from VolProc::Step.
|
overridevirtual |
Reimplemented from VolProc::Step.
bool VolProc::HorInterFiller::setBottomHorizon | ( | const MultiID * | ) |
void VolProc::HorInterFiller::setBottomValue | ( | float | ) |
void VolProc::HorInterFiller::setGradient | ( | float | ) |
bool VolProc::HorInterFiller::setTopHorizon | ( | const MultiID * | ) |
void VolProc::HorInterFiller::setTopValue | ( | float | ) |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
void VolProc::HorInterFiller::useGradient | ( | bool | ) |
If false, bottom value will be used.
|
overridevirtual |
Reimplemented from VolProc::Step.
bool VolProc::HorInterFiller::usesGradient | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024