OpendTect
7.0
|
The holder of all data concerning a certain well. More...
Public Member Functions | |
Data (const char *nm=0) | |
D2TModel * | checkShotModel () |
const D2TModel * | checkShotModel () const |
D2TModel * | d2TModel () |
const D2TModel * | d2TModel () const |
DisplayProperties & | displayProperties (bool for2d=false) |
const DisplayProperties & | displayProperties (bool for2d=false) const |
uiString | getInfoString (Info::InfoType, const IOPar *modifier=nullptr) const |
const Well::Log * | getLog (const char *lognm) const |
Well::Log * | getLogForEdit (const char *lognm) |
bool | haveCheckShotModel () const |
bool | haveD2TModel () const |
bool | haveLogs () const |
bool | haveMarkers () const |
Info & | info () |
const Info & | info () const |
void | levelToBeRemoved (CallBacker *) |
Well::LoadReqs | loadState () const |
LogSet & | logs () |
const LogSet & | logs () const |
MarkerSet & | markers () |
const MarkerSet & | markers () const |
const MultiID & | multiID () const |
const OD::String & | name () const override |
void | reloadLogNames () const |
void | reloadLogNames (CallBacker *) |
void | setCheckShotModel (D2TModel *) |
mine, too More... | |
void | setD2TModel (D2TModel *) |
becomes mine More... | |
void | setEmpty () |
removes everything More... | |
void | setMultiID (const MultiID &mid) const |
void | setName (const char *nm) override |
const BufferStringSet & | storedLogNames () const |
Track & | track () |
const Track & | track () const |
Public Member Functions inherited from SharedObject | |
SharedObject (const char *nm=nullptr) | |
SharedObject (const SharedObject &) | |
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 &) |
NamedObject & | operator= (const NamedObject &) |
bool | operator== (const NamedObject &oth) const |
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 |
Public Member Functions inherited from RefCount::Referenced | |
void | addObserver (WeakPtrBase *obs) |
Not for normal use. May become private. More... | |
int | nrRefs () const |
Only for expert use. More... | |
void | ref () const |
bool | refIfReffed () const |
Don't use in production, for debugging. More... | |
void | removeObserver (WeakPtrBase *obs) |
Not for normal use. May become private. More... | |
bool | tryRef () const |
Not for normal use. May become private. More... | |
void | unRef () const |
void | unRefNoDelete () const |
Public Attributes | |
Notifier< Well::Data > | csmdlchanged |
Notifier< Well::Data > | d2tchanged |
Notifier< Well::Data > | disp2dparschanged |
Notifier< Well::Data > | disp3dparschanged |
CNotifier< Well::Data, int > | logschanged |
Notifier< Well::Data > | markerschanged |
Notifier< Well::Data > | reloaded |
Notifier< Well::Data > | trackchanged |
Protected Member Functions | |
virtual | ~Data () |
void | prepareForDelete () override |
Protected Member Functions inherited from SharedObject | |
virtual | ~SharedObject () |
Protected Member Functions inherited from NamedCallBacker | |
void | sendDelNotif () const |
Protected Member Functions inherited from RefCount::Referenced | |
Referenced () | |
Referenced (const Referenced &) | |
virtual | ~Referenced () |
Referenced & | operator= (const Referenced &) |
Protected Attributes | |
D2TModel * | csmodel_ |
D2TModel * | d2tmodel_ |
DisplayProperties & | disp2d_ |
DisplayProperties & | disp3d_ |
Info | info_ |
BufferStringSet | lognms_ |
LogSet & | logs_ |
MarkerSet & | markers_ |
MultiID | mid_ |
Track & | track_ |
Protected Attributes inherited from NamedCallBacker | |
Threads::Atomic< bool > | delalreadytriggered_ |
Notifier< NamedCallBacker > | delnotif_ |
Protected Attributes inherited from NamedObject | |
BufferString | name_ |
Additional Inherited Members | |
Public Types inherited from ObjectWithName | |
typedef OD::String | name_type |
Static Public Member Functions inherited from SharedObject | |
static Notifier< SharedObject > & | instanceCreated () |
Static Public Member Functions inherited from CallBacker | |
static void | createReceiverForCurrentThread () |
static void | removeReceiverForCurrentThread () |
Static Public Member Functions inherited from RefCount::Referenced | |
static bool | isSane (const Referenced *) |
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 | ) |
|
protectedvirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
uiString Well::Data::getInfoString | ( | Info::InfoType | , |
const IOPar * | modifier = nullptr |
||
) | const |
const Well::Log* Well::Data::getLog | ( | const char * | lognm | ) | const |
Well::Log* Well::Data::getLogForEdit | ( | const char * | lognm | ) |
|
inline |
|
inline |
bool Well::Data::haveLogs | ( | ) | const |
bool Well::Data::haveMarkers | ( | ) | const |
|
inline |
|
inline |
void Well::Data::levelToBeRemoved | ( | CallBacker * | ) |
Well::LoadReqs Well::Data::loadState | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Reimplemented from NamedObject.
|
overrideprotectedvirtual |
Reimplemented from RefCount::Referenced.
void Well::Data::reloadLogNames | ( | ) | const |
void Well::Data::reloadLogNames | ( | CallBacker * | ) |
void Well::Data::setCheckShotModel | ( | D2TModel * | ) |
mine, too
void Well::Data::setD2TModel | ( | D2TModel * | ) |
becomes mine
void Well::Data::setEmpty | ( | ) |
removes everything
|
inline |
|
inlineoverridevirtual |
Reimplemented from NamedObject.
|
inline |
|
inline |
|
inline |
Notifier<Well::Data> Well::Data::csmdlchanged |
|
protected |
Notifier<Well::Data> Well::Data::d2tchanged |
|
protected |
|
protected |
Notifier<Well::Data> Well::Data::disp2dparschanged |
|
protected |
Notifier<Well::Data> Well::Data::disp3dparschanged |
|
protected |
|
mutableprotected |
|
protected |
CNotifier<Well::Data,int> Well::Data::logschanged |
|
protected |
Notifier<Well::Data> Well::Data::markerschanged |
|
mutableprotected |
Notifier<Well::Data> Well::Data::reloaded |
|
protected |
Notifier<Well::Data> Well::Data::trackchanged |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024