|
| 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 |
|
| SharedObject (const char *nm=nullptr) |
|
| SharedObject (const SharedObject &) |
|
| 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 |
|
| 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 () |
|
| 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 |
|
virtual | ~ObjectWithName () |
|
bool | hasName (const char *nm) const |
|
bool | hasName (const name_type &nm) const |
|
void | putNameInPar (IOPar &) const |
|
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 |
|
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.
<>