![]() |
OpendTect
6.3
|
The holder of all data concerning a certain well. More...
Public Member Functions | |
| Data (const char *nm=0) | |
| ~Data () | |
| mDeclMonitorableAssignment (Data) | |
| mDeclInstanceCreatedNotifierAccess (Data) | |
| const Info & | info () const |
| Info & | info () |
| const Track & | track () const |
| Track & | track () |
| const LogSet & | logs () const |
| LogSet & | logs () |
| const MarkerSet & | markers () const |
| MarkerSet & | markers () |
| const D2TModel & | d2TModel () const |
| D2TModel & | d2TModel () |
| const D2TModel & | checkShotModel () const |
| D2TModel & | checkShotModel () |
| DisplayProperties & | displayProperties (bool for2d=false) |
| const DisplayProperties & | displayProperties (bool for2d=false) const |
| void | setEmpty () |
| removes everything More... | |
| void | levelToBeRemoved (CallBacker *) |
| bool | haveTrack () const |
| bool | haveLogs () const |
| bool | haveMarkers () const |
| bool | haveD2TModel () const |
| bool | haveCheckShotModel () const |
| bool | displayPropertiesRead () const |
| D2TModel * | d2TModelPtr () |
| D2TModel * | checkShotModelPtr () |
| const D2TModel * | d2TModelPtr () const |
| const D2TModel * | checkShotModelPtr () const |
| virtual BufferString | getName () const |
| virtual void | setName (const char *) |
| virtual const OD::String & | name () const |
| virtual void | touch () const |
| virtual DirtyCountType | dirtyCount () const |
| DBKey | dbKey () const |
| mDeprecated DBKey | multiID () const |
Public Member Functions inherited from SharedObject | |
| SharedObject (const char *nm=0) | |
| SharedObject (const SharedObject &) | |
| SharedObject & | operator= (const SharedObject &) |
| bool | operator== (const SharedObject &) const |
| bool | operator!= (const SharedObject &oth) const |
| virtual SharedObject * | clone () const |
| ChangeType | compareWith (const Monitorable &) const |
Public Member Functions inherited from NamedMonitorable | |
| NamedMonitorable (const char *nm=0) | |
| NamedMonitorable (const NamedObject &) | |
| virtual | ~NamedMonitorable () |
| NamedMonitorable (const NamedMonitorable &) | |
| NamedMonitorable & | operator= (const NamedMonitorable &) |
| bool | operator== (const NamedMonitorable &) const |
| bool | operator!= (const NamedMonitorable &oth) const |
| virtual NamedMonitorable * | getClone () const |
Public Member Functions inherited from Monitorable | |
| Monitorable (const Monitorable &) | |
| virtual | ~Monitorable () |
| Monitorable & | operator= (const Monitorable &) |
| bool | operator== (const Monitorable &) const |
| virtual ChangeDataNotifier & | objectChanged () const |
| virtual Notifier< Monitorable > & | objectToBeDeleted () const |
| void | sendChangeNotification (const ChangeData &) const |
| void | sendEntireObjectChangeNotification () const |
| void | transferNotifsTo (const Monitorable &, const CallBacker *onlyfor=0) 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 | detachCB (const NotifierAccess &, const CallBack &) const |
| void | detachCB (const NotifierAccess *notif, const CallBack &cb) const |
| bool | isNotifierAttached (const NotifierAccess *) const |
| Only for debugging purposes, don't use. More... | |
| virtual bool | isCapsule () const |
| void | stopReceivingNotifications () const |
Public Member Functions inherited from NamedObject | |
| NamedObject (const char *nm=0) | |
| NamedObject (const NamedObject &oth) | |
| virtual | ~NamedObject () |
| NamedObject & | operator= (const NamedObject &) |
| bool | operator== (const NamedObject &oth) const |
| bool | getNameFromPar (const IOPar &) |
| void | putNameInPar (IOPar &) const |
Protected Member Functions | |
| D2TModel & | gtMdl (bool) const |
| D2TModel * | gtMdlPtr (bool) const |
Protected Member Functions inherited from SharedObject | |
| void | copyAll (const SharedObject &) |
| virtual | ~SharedObject () |
Protected Member Functions inherited from NamedMonitorable | |
| void | copyAll (const NamedMonitorable &) |
Protected Member Functions inherited from Monitorable | |
| Monitorable () | |
| void | copyAll (const Monitorable &) |
| void | sendChgNotif (AccessLocker &, const ChangeData &) const |
| calls objectChanged with released lock More... | |
| void | sendChgNotif (AccessLocker &, ChangeType, IDType) const |
| calls objectChanged with released lock More... | |
| void | sendDelNotif () const |
| void | stopChangeNotifications () const |
| void | resumeChangeNotifications () const |
| template<class T > | |
| T | getMemberSimple (const T &) const |
| the get function used by mImplSimpleMonitoredGet More... | |
| template<class TMember , class TSetTo > | |
| void | setMemberSimple (TMember &, TSetTo, ChangeType, IDType) |
| the set function used by mImplSimpleMonitoredSet More... | |
Protected Member Functions inherited from CallBacker | |
| void | detachAllNotifiers () const |
| Call from the destructor of your inherited object. More... | |
Protected Attributes | |
| Info & | info_ |
| Track & | track_ |
| LogSet & | logs_ |
| D2TModel & | d2tmodel_ |
| D2TModel & | csmodel_ |
| MarkerSet & | markers_ |
| DisplayProperties & | disp2d_ |
| DisplayProperties & | disp3d_ |
Protected Attributes inherited from Monitorable | |
| Threads::Lock | accesslock_ |
Protected Attributes inherited from NamedObject | |
| BufferString | name_ |
The holder of all data concerning a certain well.
For Well::Data from database this object gets filled with either calls to Well::MGR().get to get everything or Well::Reader::get*() to only get some of it (only track, only logs, ...).
Note that a well is not a POSC well in the sense that it describes the data for one well bore. Thus, a well has a single track. This may mean duplication when more well tracks share an upper part.
| Well::Data::Data | ( | const char * | nm = 0 | ) |
| Well::Data::~Data | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| DBKey Well::Data::dbKey | ( | ) | const |
|
virtual |
Reimplemented from Monitorable.
|
inline |
|
inline |
| bool Well::Data::displayPropertiesRead | ( | ) | const |
|
virtual |
Reimplemented from NamedMonitorable.
|
protected |
|
protected |
| bool Well::Data::haveCheckShotModel | ( | ) | const |
| bool Well::Data::haveD2TModel | ( | ) | const |
| bool Well::Data::haveLogs | ( | ) | const |
| bool Well::Data::haveMarkers | ( | ) | const |
| bool Well::Data::haveTrack | ( | ) | const |
|
inline |
|
inline |
| void Well::Data::levelToBeRemoved | ( | CallBacker * | ) |
|
inline |
|
inline |
|
inline |
|
inline |
| Well::Data::mDeclInstanceCreatedNotifierAccess | ( | Data | ) |
| Well::Data::mDeclMonitorableAssignment | ( | Data | ) |
|
inline |
|
virtual |
Reimplemented from NamedObject.
| void Well::Data::setEmpty | ( | ) |
removes everything
|
virtual |
Reimplemented from NamedMonitorable.
|
virtual |
Reimplemented from Monitorable.
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017