OpendTect-6_4  6.4
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
ExtensionArray2DInterpol Class Reference

Array 2D interpolator that works by extending the data into udf areas. More...

Inheritance diagram for ExtensionArray2DInterpol:
[legend]

Public Member Functions

 mDefaultFactoryInstantiation (Array2DInterpol, ExtensionArray2DInterpol,"Extension",::toUiString(sFactoryKeyword())) ExtensionArray2DInterpol()
 
 ~ExtensionArray2DInterpol ()
 
bool canUseArrayAccess () const
 
void setNrSteps (int n)
 
od_int64 getNrSteps () const
 
bool fillPar (IOPar &) const
 
bool usePar (const IOPar &)
 
- Public Member Functions inherited from Array2DInterpol
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
 
virtual bool nothingToFill () const
 
virtual bool setArray (Array2D< float > &, TaskRunner *=0)
 Set AFTER all settings. More...
 
virtual bool setArray (ArrayAccess &, TaskRunner *=0)
 Set AFTER all settings. More...
 
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...
 
- Public Member Functions inherited from ParallelTask
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
 
- Public Member Functions inherited from Task
virtual ~Task ()
 
virtual uiString uiNrDoneText () const
 will be nrDoneText() in 7.x More...
 
virtual void enableWorkControl (bool=true)
 Must be called before execute() More...
 
bool workControlEnabled () const
 
virtual void controlWork (Control)
 
virtual Control getState () const
 
- Public Member Functions inherited from NamedObject
 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::Stringname () const
 
virtual const OD::StringannotName () const
 
virtual void setName (const char *)
 
void setCleanName (const char *)
 cleans string first More...
 
void deleteNotify (const CallBack &)
 
- Public Member Functions inherited from CallBacker
 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 * sKeyNrSteps ()
 
- Static Public Member Functions inherited from Array2DInterpol
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 Public Member Functions inherited from ParallelTask
static uiString sPosFinished ()
 
static uiString sTrcFinished ()
 
- Static Public Member Functions inherited from Task
static uiString stdNrDoneText ()
 
static uiString uiStdNrDoneText ()
 

Protected Member Functions

bool doWork (od_int64, od_int64, int)
 
od_int64 nrIterations () const
 
- Protected Member Functions inherited from Array2DInterpol
 Array2DInterpol ()
 
bool doPrepare (int)
 
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
 
- Protected Member Functions inherited from ParallelTask
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 ()
 
- Protected Member Functions inherited from Task
 Task (const char *nm=0)
 
virtual bool shouldContinue ()
 
- Protected Member Functions inherited from CallBacker
void detachAllNotifiers ()
 Call from the destructor of your inherited object. More...
 

Protected Attributes

od_int64 nrsteps_
 
Extension2DInterpolExecutorexecutor_
 
- Protected Attributes inherited from Array2DInterpol
Array2D< float > * arr_
 
ArrayAccessarrsetter_
 
float rowstep_
 
float colstep_
 
int nrrows_
 
int nrcols_
 
int nrcells_
 
RowCol origin_
 
FillType filltype_
 
float maxholesize_
 
const Array2D< bool > * mask_
 
bool maskismine_
 
bool isclassification_
 
Stats::CalcSetupstatsetup_
 
PolyTrendtrend_
 
ODPolygon< double > * poly_
 
bool croppoly_
 
- Protected Attributes inherited from Task
Control control_
 
Threads::ConditionVarworkcontrolcondvar_
 
- Protected Attributes inherited from NamedObject
BufferStringname_
 
NamedObjectlinkedto_
 
CallBackSetdelnotify_
 

Private Member Functions

 mODTextTranslationClass (ExtensionArray2DInterpol)
 

Friends

class Extension2DInterpolExecutor
 

Additional Inherited Members

- Public Types inherited from Array2DInterpol
enum  FillType { HolesOnly, ConvexHull, Full, Polygon }
 
- Public Types inherited from Task
enum  Control { Run, Pause, Stop }
 

Detailed Description

Array 2D interpolator that works by extending the data into udf areas.

Constructor & Destructor Documentation

ExtensionArray2DInterpol::~ExtensionArray2DInterpol ( )

Member Function Documentation

bool ExtensionArray2DInterpol::canUseArrayAccess ( ) const
inlinevirtual

Reimplemented from Array2DInterpol.

bool ExtensionArray2DInterpol::doWork ( od_int64  ,
od_int64  ,
int   
)
protected
bool ExtensionArray2DInterpol::fillPar ( IOPar ) const
virtual

Reimplemented from Array2DInterpol.

Reimplemented in ExtensionHor3DGridder.

od_int64 ExtensionArray2DInterpol::getNrSteps ( ) const
inline
ExtensionArray2DInterpol::mDefaultFactoryInstantiation ( Array2DInterpol  ,
ExtensionArray2DInterpol  ,
"Extension"  ,
::toUiString(sFactoryKeyword())   
)
ExtensionArray2DInterpol::mODTextTranslationClass ( ExtensionArray2DInterpol  )
private
od_int64 ExtensionArray2DInterpol::nrIterations ( ) const
inlineprotectedvirtual
Returns
the number of times the process should be run.

Implements ParallelTask.

void ExtensionArray2DInterpol::setNrSteps ( int  n)
inline
static const char* ExtensionArray2DInterpol::sKeyNrSteps ( )
static
bool ExtensionArray2DInterpol::usePar ( const IOPar )
virtual

Reimplemented from Array2DInterpol.

Reimplemented in ExtensionHor3DGridder.

Friends And Related Function Documentation

friend class Extension2DInterpolExecutor
friend

Member Data Documentation

Extension2DInterpolExecutor* ExtensionArray2DInterpol::executor_
protected
od_int64 ExtensionArray2DInterpol::nrsteps_
protected

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019