OpendTect
7.0
|
SectionAdjuster to adjust EM::Horizon. More...
Public Member Functions | |
HorizonAdjuster (EM::Horizon &) | |
HorizonAdjuster (EM::Horizon &hor, EM::SectionID) | |
~HorizonAdjuster () | |
void | allowAmplitudeSignChange (bool) |
float | allowedVariance () const |
float | amplitudeThreshold () const |
void | fillPar (IOPar &) const override |
TypeSet< float > & | getAllowedVariances () |
TypeSet< float > & | getAmplitudeThresholds () |
TrcKeyZSampling | getAttribCube (const Attrib::SelSpec &) const override |
const Attrib::SelSpec * | getAttributeSel (int idx) const override |
EventTracker::CompareMethod | getCompareMethod () const |
void | getNeededAttribs (TypeSet< Attrib::SelSpec > &) const override |
int | getNrAttributes () const override |
bool | hasInitializedSetup () const override |
bool | isAmplitudeSignChangeAllowed () const |
int | nextStep () override |
void | reset () override |
Interval< float > | searchWindow () const |
void | setAllowedVariance (float v) |
void | setAllowedVariances (const TypeSet< float > &avs) |
void | setAmplitudeThreshold (float th) |
void | setAmplitudeThresholds (const TypeSet< float > &ats) |
void | setAttributeSel (int idx, const Attrib::SelSpec &) override |
void | setCompareMethod (EventTracker::CompareMethod) |
void | setSearchWindow (const Interval< float > &rg) |
void | setSimilarityThreshold (float th) |
void | setSimilarityWindow (const Interval< float > &rg) |
void | setSnapToEvent (bool) |
void | setTrackByValue (bool yn) |
void | setTrackEvent (VSEvent::Type ev) |
void | setUseAbsThreshold (bool abs) |
float | similarityThreshold () const |
Interval< float > | similarityWindow () const |
bool | snapToEvent () const |
bool | trackByValue () const |
VSEvent::Type | trackEvent () const |
bool | useAbsThreshold () const |
bool | usePar (const IOPar &) override |
Public Member Functions inherited from MPE::SectionAdjuster | |
virtual | ~SectionAdjuster () |
const char * | errMsg () const |
float | getThresholdValue () const |
virtual bool | is2D () const |
int | nextStep () override |
bool | removeOnFailure (bool yn) |
bool | removesOnFailure () const |
mDeprecatedObs EM::SectionID | sectionID () const |
void | setPositions (const TypeSet< TrcKey > &targets, const TypeSet< TrcKey > *src=0) |
void | setSeedId (int) |
void | setSeedPosition (const TrcKey &) |
void | setThresholdValue (float val) |
void | setUndo (bool yn) |
Public Member Functions inherited from SequentialTask | |
SequentialTask (const char *nm=nullptr) | |
virtual | ~SequentialTask () |
virtual int | doStep () |
bool | execute () override |
Public Member Functions inherited from ReportingTask | |
virtual | ~ReportingTask () |
void | getProgress (const ReportingTask &) |
Public Member Functions inherited from Task | |
virtual | ~Task () |
virtual void | controlWork (Control) |
virtual void | enableWorkControl (bool=true) |
Must be called before execute() More... | |
virtual uiRetVal | errorWithDetails () const |
virtual Control | getState () const |
virtual std::int64_t | nrDone () const |
virtual std::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... | |
bool | workControlEnabled () const |
Public Member Functions inherited from NamedCallBacker | |
NamedCallBacker (const char *nm=0) | |
NamedCallBacker (const NamedCallBacker &) | |
virtual Notifier< NamedCallBacker > & | objectToBeDeleted () const |
bool | operator== (const NamedCallBacker &oth) const |
bool | operator== (const NamedObject &oth) const |
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 Member Functions inherited from NamedObject | |
NamedObject (const char *nm=nullptr) | |
NamedObject (const NamedObject &oth) | |
virtual | ~NamedObject () |
virtual BufferString | getName () const |
bool | getNameFromPar (const IOPar &) |
const name_type & | name () const override |
NamedObject & | operator= (const NamedObject &) |
bool | operator== (const NamedObject &oth) const |
virtual void | setName (const char *nm) |
Public Member Functions inherited from ObjectWithName | |
virtual | ~ObjectWithName () |
bool | hasName (const char *nm) const |
bool | hasName (const name_type &nm) const |
void | putNameInPar (IOPar &) const |
Protected Attributes | |
Attrib::SelSpec * | attribsel_ |
EventTracker & | evtracker_ |
EM::Horizon & | horizon_ |
Protected Attributes inherited from MPE::SectionAdjuster | |
BufferString | errmsg_ |
bool | removeonfailure_ = true |
int | seedid_ = 0 |
TrcKey | seedtk_ = TrcKey::udf() |
bool | setundo_ = true |
float | thresholdval_ = 0.5f |
TypeSet< TrcKey > | tks_ |
TypeSet< TrcKey > | tksrc_ |
Protected Attributes inherited from Task | |
Control | control_ |
Threads::ConditionVar * | workcontrolcondvar_ |
Protected Attributes inherited from NamedCallBacker | |
Threads::Atomic< bool > | delalreadytriggered_ |
Notifier< NamedCallBacker > | delnotif_ |
Protected Attributes inherited from NamedObject | |
BufferString | name_ |
Private Member Functions | |
void | setHorizonPick (const TrcKey &, float val) |
bool | track (const TrcKey &, const TrcKey &, float &) const |
Static Private Member Functions | |
static const char * | sKeyAttribID () |
static const char * | sKeyTracker () |
Private Attributes | |
DataPackID | datapackid_ |
DataPackMgr & | dpm_ |
Additional Inherited Members | |
Public Types inherited from Task | |
enum | Control { Run , Pause , Stop } |
Public Types inherited from ObjectWithName | |
typedef OD::String | name_type |
Static Public Member Functions inherited from SequentialTask | |
static int | ErrorOccurred () |
static int | Finished () |
static int | MoreToDo () |
static int | WarningAvailable () |
Static Public Member Functions inherited from Task | |
static uiString | stdNrDoneText () |
static uiString | uiStdNrDoneText () |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Public Attributes inherited from ReportingTask | |
Notifier< ReportingTask > | progressUpdated |
Protected Member Functions inherited from MPE::SectionAdjuster | |
SectionAdjuster () | |
Protected Member Functions inherited from ReportingTask | |
ReportingTask (const char *nm=nullptr) | |
void | incrementProgress () |
ProgressMeter * | progressMeter () const |
void | reportProgressFinished () |
void | reportProgressStarted () |
void | resetProgress () |
void | setProgressMeter (ProgressMeter *) override |
Must be called before execute() More... | |
void | updateProgressMeter (bool forced=false, std::int64_t *totalnr=0) |
void | updateReportedName () |
Protected Member Functions inherited from Task | |
Task (const char *nm=nullptr) | |
virtual bool | shouldContinue () |
Protected Member Functions inherited from NamedCallBacker | |
void | sendDelNotif () const |
Static Protected Member Functions inherited from MPE::SectionAdjuster | |
static const char * | sKeyAdjuster () |
static const char * | sKeyRemoveOnFailure () |
static const char * | sKeyThreshold () |
SectionAdjuster to adjust EM::Horizon.
<>
MPE::HorizonAdjuster::HorizonAdjuster | ( | EM::Horizon & | ) |
MPE::HorizonAdjuster::~HorizonAdjuster | ( | ) |
|
inline |
void MPE::HorizonAdjuster::allowAmplitudeSignChange | ( | bool | ) |
float MPE::HorizonAdjuster::allowedVariance | ( | ) | const |
float MPE::HorizonAdjuster::amplitudeThreshold | ( | ) | const |
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
TypeSet<float>& MPE::HorizonAdjuster::getAllowedVariances | ( | ) |
TypeSet<float>& MPE::HorizonAdjuster::getAmplitudeThresholds | ( | ) |
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
EventTracker::CompareMethod MPE::HorizonAdjuster::getCompareMethod | ( | ) | const |
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
bool MPE::HorizonAdjuster::isAmplitudeSignChangeAllowed | ( | ) | const |
|
overridevirtual |
MoreToDo() | Not finished. Call me again. |
Finished() | Nothing more to do. |
ErrorOccurred() | Something went wrong. |
Implements SequentialTask.
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
Interval<float> MPE::HorizonAdjuster::searchWindow | ( | ) | const |
void MPE::HorizonAdjuster::setAllowedVariance | ( | float | v | ) |
void MPE::HorizonAdjuster::setAllowedVariances | ( | const TypeSet< float > & | avs | ) |
void MPE::HorizonAdjuster::setAmplitudeThreshold | ( | float | th | ) |
void MPE::HorizonAdjuster::setAmplitudeThresholds | ( | const TypeSet< float > & | ats | ) |
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
void MPE::HorizonAdjuster::setCompareMethod | ( | EventTracker::CompareMethod | ) |
|
private |
void MPE::HorizonAdjuster::setSearchWindow | ( | const Interval< float > & | rg | ) |
void MPE::HorizonAdjuster::setSimilarityThreshold | ( | float | th | ) |
void MPE::HorizonAdjuster::setSimilarityWindow | ( | const Interval< float > & | rg | ) |
void MPE::HorizonAdjuster::setSnapToEvent | ( | bool | ) |
void MPE::HorizonAdjuster::setTrackByValue | ( | bool | yn | ) |
void MPE::HorizonAdjuster::setTrackEvent | ( | VSEvent::Type | ev | ) |
void MPE::HorizonAdjuster::setUseAbsThreshold | ( | bool | abs | ) |
float MPE::HorizonAdjuster::similarityThreshold | ( | ) | const |
Interval<float> MPE::HorizonAdjuster::similarityWindow | ( | ) | const |
|
inlinestaticprivate |
|
inlinestaticprivate |
bool MPE::HorizonAdjuster::snapToEvent | ( | ) | const |
bool MPE::HorizonAdjuster::trackByValue | ( | ) | const |
VSEvent::Type MPE::HorizonAdjuster::trackEvent | ( | ) | const |
bool MPE::HorizonAdjuster::useAbsThreshold | ( | ) | const |
|
overridevirtual |
Reimplemented from MPE::SectionAdjuster.
|
protected |
|
private |
|
private |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024