|
| Horizon2DExtender (EM::Horizon2D &, EM::SectionID) |
|
void | setAngleThreshold (float radians) |
|
float | getAngleThreshold () const |
|
void | setDirection (const TrcKeyValue &) |
|
const TrcKeyValue * | getDirection () const |
|
void | setGeomID (Pos::GeomID) |
|
Pos::GeomID | geomID () const |
|
int | nextStep () |
|
| SectionExtender (EM::SectionID si=-1) |
|
EM::SectionID | sectionID () const |
|
virtual void | reset () |
|
void | setStartPosition (const TrcKey &) |
|
void | setStartPositions (const TypeSet< TrcKey > &) |
|
void | excludePositions (const TypeSet< TrcKey > *) |
|
bool | isExcludedPos (const TrcKey &) const |
|
int | nextStep () |
|
void | extendInVolume (const BinID &bidstep, float zstep) |
|
const TypeSet< TrcKey > & | getAddedPositions () const |
|
const TypeSet< TrcKey > & | getAddedPositionsSource () const |
|
virtual const TrcKeyZSampling & | getExtBoundary () const |
|
void | setExtBoundary (const TrcKeyZSampling &) |
|
void | unsetExtBoundary () |
|
virtual int | maxNrPosInExtArea () const |
|
virtual void | preallocExtArea () |
|
const char * | errMsg () const |
|
virtual void | fillPar (IOPar &) const |
|
virtual bool | usePar (const IOPar &) |
|
void | setUndo (bool yn) |
|
| SequentialTask (const char *nm=0) |
|
virtual | ~SequentialTask () |
|
void | setProgressMeter (ProgressMeter *) |
| Must be called before execute() More...
|
|
ProgressMeter * | progressMeter () |
|
const ProgressMeter * | progressMeter () const |
|
virtual int | doStep () |
|
bool | execute () |
|
virtual | ~Task () |
|
virtual int64_t | nrDone () const |
|
virtual int64_t | totalNr () const |
|
virtual uiString | uiMessage () const |
| will be message() again in 7.x More...
|
|
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 |
|
| 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...
|
|