#include <welltiepickset.h>
|
| | PickSetMgr (PickData &) |
| |
| | ~PickSetMgr () |
| |
| void | addPick (float, bool, const SeisTrc *trc=0) |
| |
| void | addPick (float, float) |
| |
| void | clearAllPicks () |
| |
| void | clearLastPicks () |
| |
| float | findEvent (const SeisTrc &, float) const |
| |
| const char * | getEventType () const |
| |
| void | getEventTypes (BufferStringSet &) const |
| |
| bool | isPick () const |
| |
| bool | isSynthSeisSameSize () const |
| |
| const TypeSet< Marker > & | seisPickSet () const |
| |
| void | setEventType (const char *) |
| |
| void | setPickSetPos (bool issynth, int idx, float z) |
| |
| void | sortByPos () |
| |
| const TypeSet< Marker > & | synthPickSet () const |
| |
| | 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 () |
| |
◆ PickSetMgr()
| WellTie::PickSetMgr::PickSetMgr |
( |
PickData & | | ) |
|
◆ ~PickSetMgr()
| WellTie::PickSetMgr::~PickSetMgr |
( |
| ) |
|
◆ addPick() [1/2]
| void WellTie::PickSetMgr::addPick |
( |
float | , |
|
|
bool | , |
|
|
const SeisTrc * | trc = 0 ) |
◆ addPick() [2/2]
| void WellTie::PickSetMgr::addPick |
( |
float | , |
|
|
float | ) |
◆ clearAllPicks()
| void WellTie::PickSetMgr::clearAllPicks |
( |
| ) |
|
◆ clearLastPicks()
| void WellTie::PickSetMgr::clearLastPicks |
( |
| ) |
|
◆ findEvent()
| float WellTie::PickSetMgr::findEvent |
( |
const SeisTrc & | , |
|
|
float | ) const |
◆ getEventType()
| const char * WellTie::PickSetMgr::getEventType |
( |
| ) |
const |
◆ getEventTypes()
◆ isPick()
| bool WellTie::PickSetMgr::isPick |
( |
| ) |
const |
◆ isSynthSeisSameSize()
| bool WellTie::PickSetMgr::isSynthSeisSameSize |
( |
| ) |
const |
◆ seisPickSet()
| const TypeSet< Marker > & WellTie::PickSetMgr::seisPickSet |
( |
| ) |
const |
|
inline |
◆ setEventType()
| void WellTie::PickSetMgr::setEventType |
( |
const char * | | ) |
|
◆ setPickSetPos()
| void WellTie::PickSetMgr::setPickSetPos |
( |
bool | issynth, |
|
|
int | idx, |
|
|
float | z ) |
◆ sortByPos() [1/2]
| void WellTie::PickSetMgr::sortByPos |
( |
| ) |
|
◆ sortByPos() [2/2]
◆ synthPickSet()
| const TypeSet< Marker > & WellTie::PickSetMgr::synthPickSet |
( |
| ) |
const |
|
inline |
◆ evtype_
◆ lastpicksynth_
| bool WellTie::PickSetMgr::lastpicksynth_ |
◆ pickadded
◆ seispickset_
◆ synthpickset_