|
| | Engine () |
| |
| virtual | ~Engine () |
| |
| Pos::GeomID | activeGeomID () const |
| |
| const TrcKeySet * | activePath () const |
| |
| RandomLineID | activeRandomLineID () const |
| |
| const TrcKeyZSampling & | activeVolume () const |
| |
| void | addEditor (ObjectEditor &) |
| |
| bool | cacheIncludes (const Attrib::SelSpec &, const TrcKeyZSampling &) |
| |
| bool | canReDo () |
| |
| bool | canUnDo () |
| |
| void | enableTracking (bool yn) |
| |
| const char * | errMsg () const |
| |
| void | fillPar (IOPar &) const |
| |
| RefMan< EMTracker > | getActiveTracker () |
| |
| ConstRefMan< EMTracker > | getActiveTracker () const |
| |
| ConstRefMan< VolumeDataPack > | getAttribCacheDP (const Attrib::SelSpec &) const |
| |
| TrcKeyZSampling | getAttribCube (const Attrib::SelSpec &) const |
| |
| int | getCacheIndexOf (const Attrib::SelSpec &) const |
| |
| RefMan< ObjectEditor > | getEditorByID (const EM::ObjectID &) |
| |
| ConstRefMan< ObjectEditor > | getEditorByID (const EM::ObjectID &) const |
| |
| void | getNeededAttribs (TypeSet< Attrib::SelSpec > &) const |
| |
| RefMan< FlatDataPack > | getSeedPosDataPack (const TrcKey &, float z, int nrtrcs, const ZSampling &) const |
| |
| TrackState | getState () const |
| |
| RefMan< EMTracker > | getTrackerByID (const EM::ObjectID &) |
| |
| ConstRefMan< EMTracker > | getTrackerByID (const EM::ObjectID &) const |
| |
| void | getTrackerIDsByType (const char *typestr, TypeSet< EM::ObjectID > &) const |
| |
| bool | hasAttribCache (const Attrib::SelSpec &) const |
| |
| bool | hasEditor (const EM::ObjectID &) const |
| |
| bool | hasTracker () const |
| |
| bool | hasTracker (const EM::ObjectID &) const |
| |
| mDeprecatedObs void | init () |
| |
| bool | isActiveTracker (const EM::ObjectID &) const |
| |
| bool | isSelSpecSame (const Attrib::SelSpec &setupss, const Attrib::SelSpec &clickedss) const |
| |
| bool | needRestoredTracker (const MultiID &) const |
| |
| bool | pickingOnSameData (const Attrib::SelSpec &oldss, const Attrib::SelSpec &newss, uiString &error) const |
| |
| void | redo (uiString &errmsg) |
| |
| void | removeSelectionInPolygon (const Selector< Coord3 > &, TaskRunner *) |
| | Trackers.
|
| |
| bool | restoreTracker (const EM::ObjectID &) |
| |
| void | setActive2DLine (const Pos::GeomID &) |
| |
| void | setActivePath (const TrcKeySet *) |
| |
| void | setActiveRandomLineID (const RandomLineID &) |
| |
| void | setActiveTracker (EMTracker *) |
| |
| void | setActiveVolume (const TrcKeyZSampling &) |
| |
| bool | setAttribData (const Attrib::SelSpec &, const FlatDataPack &) |
| |
| bool | setAttribData (const Attrib::SelSpec &, const RegularSeisDataPack &) |
| |
| void | setOneActiveTracker (const EMTracker *) |
| |
| BufferString | setupFileName (const MultiID &) const |
| |
| void | setValidator (TrackSettingsValidator *) |
| |
| bool | startFromEdges (uiString &) |
| |
| bool | startRetrack (uiString &) |
| |
| bool | startTracking (uiString &) |
| |
| void | stopTracking () |
| |
| void | swapCacheAndItsBackup () |
| |
| bool | trackingInProgress () const |
| |
| void | undo (uiString &errmsg) |
| |
| void | unsetOneActiveTracker () |
| |
| void | updateSeedOnlyPropagation (bool) |
| |
| bool | usePar (const IOPar &) |
| |
| | 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 | detachAllNotifiers () const |
| | Call from the destructor of your inherited object.
|
| |
| void | detachCB (const NotifierAccess &, const CallBack &) const |
| |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| |
| virtual bool | isCapsule () const |
| |
| bool | isNotifierAttached (const NotifierAccess *) const |
| | Only for debugging purposes, don't use.
|
| |
| CallBacker & | operator= (const CallBacker &)=delete |
| |
| void | stopReceivingNotifications () const |
| |
| virtual CallBacker * | trueCaller () |
| |
Main engine for tracking EM objects like horizons, faults etc.,.
<>