![]() |
OpendTect
7.0
|
EMSeedPicker to pick seeds in EM::Horizon2D. More...
Public Member Functions | |
| Horizon2DSeedPicker (EMTracker &) | |
| ~Horizon2DSeedPicker () | |
| bool | addSeed (const TrcKeyValue &, bool drop) |
| bool | addSeed (const TrcKeyValue &seedcrd, bool drop, const TrcKeyValue &seedkey) override |
| bool | canAddSeed (const Attrib::SelSpec &) |
| bool | doesModeUseVolume () const |
| bool | removeSeed (const TrcKey &, bool environment, bool retrack) override |
| TrcKey | replaceSeed (const TrcKey &oldpos, const TrcKeyValue &newpos) override |
| bool | reTrack () override |
| void | setLine (Pos::GeomID) |
| bool | startSeedPick () override |
| bool | updatePatchLine (bool) override |
Public Member Functions inherited from MPE::EMSeedPicker | |
| virtual | ~EMSeedPicker () |
| bool | addSeed (const TrcKeyValue &, bool drop=false) |
| mDeprecatedDef void | addSeedToPatch (const TrcKeyValue &) |
| void | addSeedToPatch (const TrcKeyValue &, bool sort) |
| void | blockSeedPick (bool) |
| bool | canReDo () |
| bool | canUndo () |
| bool | doesModeUseVolume () const |
| EMTracker & | emTracker () const |
| virtual void | endPatch (bool) |
| virtual const char * | errMsg () const |
| TrcKeyValue | getAddedSeed () const |
| const Patch * | getPatch () const |
| virtual EM::SectionID | getSectionID () const |
| const TrcKeySampling & | getSeedPickArea () const |
| void | getSeeds (TypeSet< TrcKey > &) const |
| virtual const Attrib::SelSpec * | getSelSpec () const |
| bool | getSowerMode () const |
| TrackMode | getTrackMode () const |
| Undo & | horPatchUndo () |
| const Undo & | horPatchUndo () const |
| int | indexOf (const TrcKey &) const |
| bool | isSeedPickBlocked () const |
| bool | lineTrackDirection (BinID &dir, bool perptotrackdir=false) const |
| virtual int | nrSeeds () const |
| virtual void | setSectionID (EM::SectionID) |
| void | setSeedPickArea (const TrcKeySampling &) |
| virtual void | setSelSpec (const Attrib::SelSpec *) |
| void | setSowerMode (bool) |
| void | setTrackMode (TrackMode) |
| bool | stopSeedPick () |
Public Member Functions inherited from CallBacker | |
| 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. More... | |
| 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. More... | |
| void | stopReceivingNotifications () const |
| virtual CallBacker * | trueCaller () |
Protected Member Functions | |
| bool | addPatchSowingSeeds () |
| void | extendSeedListEraseInBetween (bool wholeline, int startcol, bool startwasdefined, int step) |
| bool | getNextSeedPos (int seedpos, int dirstep, int &nextseedpos) const |
| TrcKeyZSampling | getTrackBox () const |
| mDeprecatedDef bool | interpolateSeeds () |
| bool | interpolateSeeds (bool manualnode) |
| int | nrLineNeighbors (int colnr) const |
| bool | retrackFromSeedList () |
| bool | retrackOnActiveLine (int startcol, bool startwasdefined, bool eraseonly=false) |
Protected Member Functions inherited from MPE::EMSeedPicker | |
| EMSeedPicker (EMTracker &) | |
Protected Attributes | |
| Pos::GeomID | geomid_ |
Protected Attributes inherited from MPE::EMSeedPicker | |
| TrcKeyValue | addedseed_ |
| bool | blockpicking_ |
| bool | didchecksupport_ |
| TypeSet< TrcKey > | eraselist_ |
| TypeSet< TrcKey > | junctions_ |
| TrcKeyValue | lastseed_ |
| TrcKeyValue | lastsowseed_ |
| Patch * | patch_ |
| Undo & | patchundo_ |
| TypeSet< TrcKey > | propagatelist_ |
| EM::SectionID | sectionid_ |
| TypeSet< TrcKey > | seedlist_ |
| TrcKeySampling | seedpickarea_ |
| Attrib::SelSpec | selspec_ |
| bool | sowermode_ |
| TypeSet< TrcKey > | trackbounds_ |
| EMTracker & | tracker_ |
| TrackMode | trackmode_ |
Additional Inherited Members | |
Public Types inherited from MPE::EMSeedPicker | |
| enum | TrackMode { TrackFromSeeds , TrackBetweenSeeds , DrawAndSnap , DrawBetweenSeeds } |
Static Public Member Functions inherited from CallBacker | |
| static void | createReceiverForCurrentThread () |
| static void | removeReceiverForCurrentThread () |
Public Attributes inherited from MPE::EMSeedPicker | |
| Notifier< EMSeedPicker > | seedAdded |
| Notifier< EMSeedPicker > | seedRemoved |
| Notifier< EMSeedPicker > | seedToBeAddedRemoved |
EMSeedPicker to pick seeds in EM::Horizon2D.
<>
| MPE::Horizon2DSeedPicker::Horizon2DSeedPicker | ( | EMTracker & | ) |
| MPE::Horizon2DSeedPicker::~Horizon2DSeedPicker | ( | ) |
|
protected |
| bool MPE::Horizon2DSeedPicker::addSeed | ( | const TrcKeyValue & | , |
| bool | drop | ||
| ) |
|
overridevirtual |
Reimplemented from MPE::EMSeedPicker.
| bool MPE::Horizon2DSeedPicker::canAddSeed | ( | const Attrib::SelSpec & | ) |
| bool MPE::Horizon2DSeedPicker::doesModeUseVolume | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
overridevirtual |
Reimplemented from MPE::EMSeedPicker.
|
overridevirtual |
Reimplemented from MPE::EMSeedPicker.
|
overridevirtual |
Reimplemented from MPE::EMSeedPicker.
|
protected |
|
protected |
| void MPE::Horizon2DSeedPicker::setLine | ( | Pos::GeomID | ) |
|
overridevirtual |
Should be set when seedpicking is about to start.
Reimplemented from MPE::EMSeedPicker.
|
overridevirtual |
Reimplemented from MPE::EMSeedPicker.
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024