![]() |
OpendTect-6_4
6.4
|
Public Member Functions | |
mDefaultFactoryInstantiation (HorizonGridder, ContinuousCurvatureHor3DGridder,"ContinuousCurvature", tr("Continuous curvature")) virtual void setTrcKeySampling(const TrcKeySampling &) | |
virtual bool | setArray2D (Array2D< float > &, TaskRunner *=0) |
bool | fillPar (IOPar &) const |
bool | usePar (const IOPar &) |
![]() | |
mDefaultFactoryInstantiation (Array2DInterpol, ContinuousCurvatureArray2DInterpol,"ContinuousCurvature", tr("Continuous curvature")) ContinuousCurvatureArray2DInterpol() | |
~ContinuousCurvatureArray2DInterpol () | |
bool | setArray (Array2D< float > &, TaskRunner *) |
Set AFTER all settings. More... | |
bool | setArray (ArrayAccess &, TaskRunner *) |
Set AFTER all settings. More... | |
![]() | |
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 | canUseArrayAccess () 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... | |
![]() | |
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... | |
![]() | |
mDefineFactoryInClass (HorizonGridder, factory) | |
virtual | ~HorizonGridder () |
uiString | infoMsg () const |
void | setFaultIds (const TypeSet< MultiID > &) |
void | getFaultIds (TypeSet< MultiID > &) const |
virtual void | setTrcKeySampling (const TrcKeySampling &) |
Private Member Functions | |
mODTextTranslationClass (ContinuousCurvatureHor3DGridder) | |
Additional Inherited Members | |
![]() | |
enum | FillType { HolesOnly, ConvexHull, Full, Polygon } |
![]() | |
enum | Control { Run, Pause, Stop } |
![]() | |
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 () |
![]() | |
static const char * | sKeyMethod () |
static const char * | sKeyNrFaults () |
static const char * | sKeyFaultID () |
static uiRetVal | executeGridding (HorizonGridder *, EM::Horizon3D *, const EM::SectionID &, const BinID &step, TaskRunner *tr=0) |
static uiRetVal | executeGridding (HorizonGridder *, EM::Horizon3D *, const EM::SectionID &, const BinID &step, const Interval< int > *polyinlrg, const Interval< int > *polycrlrg, TaskRunner *tr=0) |
![]() | |
virtual bool | initFromArray (TaskRunner *) |
bool | doPrepare (int) |
bool | doWork (od_int64, od_int64, int) |
int | maxNrThreads () const |
od_int64 | nrIterations () const |
od_int64 | totalNr () const |
uiString | uiNrDoneText () const |
will be nrDoneText() in 7.x More... | |
![]() | |
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 | 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... | |
![]() | |
HorizonGridder () | |
bool | init (TaskRunner *) |
bool | blockSrcPoints (const float *, const od_int64 *, int, ObjectSet< TypeSet< int > > &) const |
bool | setFrom (float *, od_int64, const od_int64 *, const float *, int nrsrc) |
![]() | |
Array2D< float > * | arr_ |
ArrayAccess * | arrsetter_ |
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::CalcSetup * | statsetup_ |
PolyTrend * | trend_ |
ODPolygon< double > * | poly_ |
bool | croppoly_ |
![]() | |
Control | control_ |
Threads::ConditionVar * | workcontrolcondvar_ |
![]() | |
BufferString * | name_ |
NamedObject * | linkedto_ |
CallBackSet * | delnotify_ |
![]() | |
FaultTrcDataProvider * | fltdataprov_ |
uiString | infomsg_ |
TrcKeySampling | hs_ |
TypeSet< MultiID > | faultids_ |
|
virtual |
Reimplemented from ContinuousCurvatureArray2DInterpol.
ContinuousCurvatureHor3DGridder::mDefaultFactoryInstantiation | ( | HorizonGridder | , |
ContinuousCurvatureHor3DGridder | , | ||
"ContinuousCurvature" | , | ||
tr("Continuous curvature") | |||
) | const |
|
private |
|
virtual |
Reimplemented from HorizonGridder.
|
virtual |
Reimplemented from ContinuousCurvatureArray2DInterpol.
Generated at 12/02/2019 10:56:36 for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019