![]() |
OpendTect-6_4
6.4
|
Interpolates 2D arrays using inverse distance method. More...
Public Member Functions | |
mDefaultFactoryInstantiation (Array2DInterpol, InverseDistanceArray2DInterpol,"InverseDistance", tr("Inverse distance")) InverseDistanceArray2DInterpol() | |
~InverseDistanceArray2DInterpol () | |
bool | setArray (Array2D< float > &, TaskRunner *) |
Set AFTER all settings. More... | |
bool | canUseArrayAccess () const |
bool | setArray (ArrayAccess &, TaskRunner *) |
Set AFTER all settings. More... | |
float | getSearchRadius () const |
void | setSearchRadius (float r) |
void | setStepSize (int n) |
int | getStepSize () const |
void | setNrSteps (int n) |
int | getNrSteps () const |
void | setCornersFirst (bool n) |
bool | getCornersFirst () const |
bool | nothingToFill () const |
virtual bool | fillPar (IOPar &) const |
virtual bool | usePar (const IOPar &) |
![]() | |
virtual | ~Array2DInterpol () |
mDefineFactoryInClass (Array2DInterpol, factory) | |
mDeclareEnumUtils (FillType) | |
void | setFillType (FillType) |
FillType | getFillType () const |
void | setRowStep (float r) |
void | setColStep (float r) |
void | setOrigin (const RowCol &) |
void | setSampling (const TrcKeySampling &) |
Set both steps and the origin. More... | |
void | setMaxHoleSize (float) |
float | getMaxHoleSize () const |
void | setClassification (bool) |
bool | isClassification () const |
void | setMask (const Array2D< bool > *, OD::PtrPolicy=OD::UsePtr) |
virtual uiString | infoMsg () const |
void | setTrendOrder (PolyTrend::Order ord) |
bool | trimArray (int step, Array2D< char > &edgesmask) |
void | doPolygonCrop () |
uiString | uiMessage () const |
will be message() again in 7.x More... | |
![]() | |
virtual | ~ParallelTask () |
bool | execute () |
virtual bool | executeParallel (bool parallel) |
void | setProgressMeter (ProgressMeter *) |
Must be called before execute() More... | |
int64_t | nrDone () const |
May be -1, i.e. class does not report nrdone. More... | |
int64_t | totalNr () const |
![]() | |
virtual | ~Task () |
virtual void | enableWorkControl (bool=true) |
Must be called before execute() More... | |
bool | workControlEnabled () const |
virtual void | controlWork (Control) |
virtual Control | getState () const |
![]() | |
NamedObject (const char *nm=0) | |
NamedObject (const NamedObject *linkedto) | |
NamedObject (const NamedObject &) | |
virtual | ~NamedObject () |
void | setLinkedTo (NamedObject *) |
bool | operator== (const NamedObject &oth) const |
virtual const OD::String & | name () const |
virtual const OD::String & | annotName () const |
virtual void | setName (const char *) |
void | setCleanName (const char *) |
cleans string first More... | |
void | deleteNotify (const CallBack &) |
![]() | |
CallBacker () | |
CallBacker (const CallBacker &) | |
virtual | ~CallBacker () |
bool | attachCB (NotifierAccess &, const CallBack &, bool onlyifnew=false) |
bool | attachCB (NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) |
void | detachCB (NotifierAccess &, const CallBack &) |
void | detachCB (NotifierAccess *notif, const CallBack &cb) |
bool | isNotifierAttached (NotifierAccess *) const |
Only for debugging purposes, don't use. More... | |
Static Public Member Functions | |
static const char * | sKeySearchRadius () |
static const char * | sKeyCornersFirst () |
static const char * | sKeyStepSize () |
static const char * | sKeyNrSteps () |
![]() | |
static const char * | sKeyFillType () |
static const char * | sKeyRowStep () |
static const char * | sKeyColStep () |
static const char * | sKeyOrigin () |
static const char * | sKeyNrRows () |
static const char * | sKeyNrCols () |
static const char * | sKeyNrCells () |
static const char * | sKeyMaxHoleSz () |
static const char * | sKeyPolyNrofNodes () |
static const char * | sKeyPolyNode () |
static const char * | sKeyCropPolygon () |
![]() | |
static uiString | sPosFinished () |
static uiString | sTrcFinished () |
![]() | |
static uiString | stdNrDoneText () |
static uiString | uiStdNrDoneText () |
Protected Member Functions | |
virtual bool | doWork (od_int64, od_int64, int) |
od_int64 | nrIterations () const |
uiString | uiNrDoneText () const |
will be nrDoneText() in 7.x More... | |
bool | doPrepare (int) |
virtual bool | initFromArray (TaskRunner *) |
od_int64 | getNextIdx () |
void | reportDone (od_int64) |
![]() | |
Array2DInterpol () | |
void | getNodesToFill (const bool *isdef, bool *shouldinterpol, TaskRunner *) const |
bool | isDefined (int idx) const |
virtual void | setFrom (od_int64 target, const od_int64 *sources, const float *weights, int nrsrc) |
void | floodFillArrFrom (int seed, const bool *isdef, bool *shouldinterpol) const |
void | excludeBigHoles (const bool *isdef, bool *shouldinterpol) const |
![]() | |
virtual int | maxNrThreads () const |
virtual int | minThreadSize () const |
virtual bool | stopAllOnFailure () const |
ParallelTask (const char *nm=0) | |
ParallelTask (const ParallelTask &) | |
int64_t | calculateThreadSize (int64_t totalnr, int nrthreads, int thread) const |
void | addToNrDone (int64_t increment) |
void | quickAddToNrDone (int64_t loopidx) |
void | resetNrDone () |
![]() | |
Task (const char *nm=0) | |
virtual bool | shouldContinue () |
![]() | |
void | detachAllNotifiers () |
Call from the destructor of your inherited object. More... | |
Private Member Functions | |
mODTextTranslationClass (InverseDistanceArray2DInterpol) | |
Additional Inherited Members | |
![]() | |
enum | FillType { HolesOnly, ConvexHull, Full, Polygon } |
![]() | |
enum | Control { Run, Pause, Stop } |
Interpolates 2D arrays using inverse distance method.
Parameters:
InverseDistanceArray2DInterpol::~InverseDistanceArray2DInterpol | ( | ) |
|
inlinevirtual |
Reimplemented from Array2DInterpol.
|
protectedvirtual |
Called once, before any doWork is called.
Reimplemented from Array2DInterpol.
|
virtual |
Reimplemented from Array2DInterpol.
Reimplemented in InvDistHor3DGridder.
|
inline |
|
protected |
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
Reimplemented in InvDistHor3DGridder.
InverseDistanceArray2DInterpol::mDefaultFactoryInstantiation | ( | Array2DInterpol | , |
InverseDistanceArray2DInterpol | , | ||
"InverseDistance" | , | ||
tr("Inverse distance") | |||
) |
|
private |
|
inlinevirtual |
Reimplemented from Array2DInterpol.
|
inlineprotectedvirtual |
Implements ParallelTask.
|
protected |
|
virtual |
Set AFTER all settings.
Reimplemented from Array2DInterpol.
|
virtual |
Set AFTER all settings.
Trend is active only when setTrendOrder is called
Reimplemented from Array2DInterpol.
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |
|
static |
|
inlineprotectedvirtual |
will be nrDoneText() in 7.x
Reimplemented from Task.
|
virtual |
Reimplemented from Array2DInterpol.
Reimplemented in InvDistHor3DGridder.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at 12/02/2019 10:56:42 for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019