OpendTect
7.0
|
Handles adding of seeds and retracking of events based on new seeds. An instance of the class is usually available from each EMTracker. More...
Public Types | |
enum | TrackMode { TrackFromSeeds , TrackBetweenSeeds , DrawAndSnap , DrawBetweenSeeds } |
Public Member Functions | |
virtual | ~EMSeedPicker () |
bool | addSeed (const TrcKeyValue &, bool drop=false) |
virtual bool | addSeed (const TrcKeyValue &seedcrd, bool drop, const TrcKeyValue &seedkey) |
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 bool | removeSeed (const TrcKey &, bool enviromment=true, bool retrack=true) |
virtual TrcKey | replaceSeed (const TrcKey &, const TrcKeyValue &) |
virtual bool | reTrack () |
virtual void | setSectionID (EM::SectionID) |
void | setSeedPickArea (const TrcKeySampling &) |
virtual void | setSelSpec (const Attrib::SelSpec *) |
void | setSowerMode (bool) |
void | setTrackMode (TrackMode) |
virtual bool | startSeedPick () |
bool | stopSeedPick () |
virtual bool | updatePatchLine (bool) |
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 () |
Public Attributes | |
Notifier< EMSeedPicker > | seedAdded |
Notifier< EMSeedPicker > | seedRemoved |
Notifier< EMSeedPicker > | seedToBeAddedRemoved |
Protected Member Functions | |
EMSeedPicker (EMTracker &) | |
Protected Attributes | |
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 | |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Handles adding of seeds and retracking of events based on new seeds. An instance of the class is usually available from each EMTracker.
<>
|
virtual |
|
protected |
bool MPE::EMSeedPicker::addSeed | ( | const TrcKeyValue & | , |
bool | drop = false |
||
) |
|
inlinevirtual |
Reimplemented in MPE::Horizon3DSeedPicker, and MPE::Horizon2DSeedPicker.
mDeprecatedDef void MPE::EMSeedPicker::addSeedToPatch | ( | const TrcKeyValue & | ) |
void MPE::EMSeedPicker::addSeedToPatch | ( | const TrcKeyValue & | , |
bool | sort | ||
) |
void MPE::EMSeedPicker::blockSeedPick | ( | bool | ) |
bool MPE::EMSeedPicker::canReDo | ( | ) |
bool MPE::EMSeedPicker::canUndo | ( | ) |
|
inline |
|
inline |
|
virtual |
|
inlinevirtual |
TrcKeyValue MPE::EMSeedPicker::getAddedSeed | ( | ) | const |
|
inline |
|
virtual |
const TrcKeySampling& MPE::EMSeedPicker::getSeedPickArea | ( | ) | const |
|
virtual |
bool MPE::EMSeedPicker::getSowerMode | ( | ) | const |
TrackMode MPE::EMSeedPicker::getTrackMode | ( | ) | const |
Undo& MPE::EMSeedPicker::horPatchUndo | ( | ) |
const Undo& MPE::EMSeedPicker::horPatchUndo | ( | ) | const |
int MPE::EMSeedPicker::indexOf | ( | const TrcKey & | ) | const |
bool MPE::EMSeedPicker::isSeedPickBlocked | ( | ) | const |
bool MPE::EMSeedPicker::lineTrackDirection | ( | BinID & | dir, |
bool | perptotrackdir = false |
||
) | const |
|
virtual |
|
inlinevirtual |
Reimplemented in MPE::Horizon3DSeedPicker, and MPE::Horizon2DSeedPicker.
|
inlinevirtual |
Reimplemented in MPE::Horizon3DSeedPicker, and MPE::Horizon2DSeedPicker.
|
inlinevirtual |
Reimplemented in MPE::Horizon3DSeedPicker, and MPE::Horizon2DSeedPicker.
|
virtual |
void MPE::EMSeedPicker::setSeedPickArea | ( | const TrcKeySampling & | ) |
|
virtual |
void MPE::EMSeedPicker::setSowerMode | ( | bool | ) |
void MPE::EMSeedPicker::setTrackMode | ( | TrackMode | ) |
|
virtual |
Should be set when seedpicking is about to start.
Reimplemented in MPE::Horizon2DSeedPicker.
bool MPE::EMSeedPicker::stopSeedPick | ( | ) |
|
inlinevirtual |
Reimplemented in MPE::Horizon3DSeedPicker, and MPE::Horizon2DSeedPicker.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Notifier<EMSeedPicker> MPE::EMSeedPicker::seedAdded |
|
protected |
Notifier<EMSeedPicker> MPE::EMSeedPicker::seedRemoved |
Notifier<EMSeedPicker> MPE::EMSeedPicker::seedToBeAddedRemoved |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024