|
| | mDefaultFactoryInstantiation (HorizonGridder, TriangulationHor3DGridder,"Triangulation",::toUiString(sFactoryKeyword())) virtual void setTrcKeySampling(const TrcKeySampling &) |
| |
| virtual bool | setArray2D (Array2D< float > &, TaskRunner *=0) |
| |
| bool | fillPar (IOPar &) const |
| |
| bool | usePar (const IOPar &) |
| |
| | mDefaultFactoryInstantiation (Array2DInterpol, TriangulationArray2DInterpol,"Triangulation",::toUiString(sFactoryKeyword())) TriangulationArray2DInterpol() |
| |
| | ~TriangulationArray2DInterpol () |
| |
| bool | setArray (Array2D< float > &, TaskRunner *) |
| | Set AFTER all settings. More...
|
| |
| bool | canUseArrayAccess () const |
| |
| bool | setArray (ArrayAccess &, TaskRunner *) |
| | Set AFTER all settings. More...
|
| |
| bool | nothingToFill () const |
| |
| bool | doInterpolation () const |
| |
| void | doInterpolation (bool yn) |
| |
| float | getMaxDistance () const |
| |
| void | setMaxDistance (float r) |
| |
| 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) |
| |
| uiString | message () const |
| |
| 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 uiRetVal | errorWithDetails () const |
| |
| virtual void | enableWorkControl (bool=true) |
| | Must be called before execute() More...
|
| |
| bool | workControlEnabled () const |
| |
| virtual void | controlWork (Control) |
| |
| virtual Control | getState () const |
| |
| | NamedCallBacker (const char *nm=0) |
| |
| | NamedCallBacker (const NamedCallBacker &) |
| |
| bool | operator== (const NamedCallBacker &oth) const |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
| |
| | CallBacker () |
| |
| | CallBacker (const CallBacker &) |
| |
| virtual | ~CallBacker () |
| |
| bool | attachCB (const NotifierAccess &, const CallBack &, bool onlyifnew=false) const |
| |
| bool | attachCB (const NotifierAccess *notif, const CallBack &cb, bool onlyifnew=false) const |
| |
| void | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use. More...
|
| |
| virtual bool | isCapsule () const |
| |
| void | stopReceivingNotifications () const |
| |
| | NamedObject (const char *nm=0) |
| |
| | NamedObject (const NamedObject &oth) |
| |
| virtual | ~NamedObject () |
| |
| NamedObject & | operator= (const NamedObject &) |
| |
| bool | operator== (const NamedObject &oth) const |
| |
| virtual const OD::String & | name () const |
| |
| virtual BufferString | getName () const |
| |
| virtual void | setName (const char *nm) |
| |
| bool | getNameFromPar (const IOPar &) |
| |
| void | putNameInPar (IOPar &) const |
| |
| | mDefineFactoryInClass (HorizonGridder, factory) |
| |
| virtual | ~HorizonGridder () |
| |
| uiString | infoMsg () const |
| |
| void | setFaultIds (const DBKeySet &) |
| |
| virtual void | setTrcKeySampling (const TrcKeySampling &) |
| |
|
| bool | initFromArray (TaskRunner *) |
| |
| void | setFrom (od_int64 target, const od_int64 *sources, const float *weights, int nrsrc) |
| |
| int | minThreadSize () const |
| |
| bool | doWork (od_int64, od_int64, int) |
| |
| od_int64 | nrIterations () const |
| |
| uiString | nrDoneText () const |
| |
| bool | doPrepare (int) |
| |
| void | getNextNodes (TypeSet< od_int64 > &) |
| |
| | Array2DInterpol () |
| |
| bool | doFinish (bool success) |
| |
| void | getNodesToFill (const bool *isdef, bool *shouldinterpol, TaskRunner *) const |
| |
| bool | isDefined (int idx) const |
| |
| void | floodFillArrFrom (int seed, const bool *isdef, bool *shouldinterpol) const |
| |
| void | excludeBigHoles (const bool *isdef, bool *shouldinterpol) const |
| |
| virtual int | maxNrThreads () 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 | sendDelNotif () const |
| |
| void | detachAllNotifiers () const |
| | 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) |
| |