OpendTect 8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Well::Info Class Reference

Information about a certain well. More...

#include <welldata.h>

Inheritance diagram for Well::Info:
[legend]

Public Types

enum  DepthType {
  MD , TVD , TVDSS , TVDSD ,
  TWT , TVDGL
}
 
enum  InfoType {
  None , Name , UWID , WellType ,
  TD , KB , GroundElev , MarkerDepth ,
  SurfCoord , SurfBinID , Operator , Field ,
  County , State , Province , Country
}
 
- Public Types inherited from ObjectWithName
typedef OD::String name_type
 

Public Member Functions

 Info (const char *nm)
 
 Info (const Info &)
 
 ~Info ()
 
void fillPar (IOPar &) const
 
bool isLoaded () const
 
Infooperator= (const Info &)
 
void usePar (const IOPar &)
 
- Public Member Functions inherited from NamedCallBacker
 NamedCallBacker (const char *nm=nullptr)
 
 NamedCallBacker (const NamedCallBacker &)=delete
 
 ~NamedCallBacker ()
 
virtual Notifier< NamedCallBacker > & objectToBeDeleted () const
 
NamedCallBackeroperator= (const NamedCallBacker &)=delete
 
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.
 
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.
 
CallBackeroperator= (const CallBacker &)=delete
 
void stopReceivingNotifications () const
 
virtual CallBackertrueCaller ()
 
- 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_typename () const override
 
NamedObjectoperator= (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
 

Static Public Member Functions

static bool isDepth (const Mnemonic &, DepthType &)
 
static int legacyLogWidthFactor ()
 
static uiString sAPI ()
 
static uiString sCompany ()
 
static uiString sCoord ()
 
static uiString sCountry ()
 
static uiString sCounty ()
 
static uiString sField ()
 
static uiString sGroundElev ()
 
static uiString sKBElev ()
 
static const char * sKeyAPI ()
 
static const char * sKeyCompany ()
 
static const char * sKeyCoord ()
 
static const char * sKeyCountry ()
 
static const char * sKeyCounty ()
 
static const char * sKeyDepthType ()
 
static const char * sKeyDepthUnit ()
 
static const char * sKeyField ()
 
static const char * sKeyGroundElev ()
 
static const char * sKeyKBElev ()
 
static const char * sKeyLicense ()
 
static const char * sKeyMarkerDepth ()
 
static const char * sKeyMD ()
 
static const char * sKeyOper ()
 
static const char * sKeyProvince ()
 
static const char * sKeyReplVel ()
 
static const char * sKeyState ()
 
static const char * sKeyTD ()
 
static const char * sKeyTVD ()
 
static const char * sKeyTVDGL ()
 
static const char * sKeyTVDSD ()
 
static const char * sKeyTVDSS ()
 
static const char * sKeyUwid ()
 
static const char * sKeyWellType ()
 
static uiString sLicense ()
 
static uiString sOper ()
 
static uiString sProvince ()
 
static uiString sReplVel ()
 
static uiString sState ()
 
static uiString sTD ()
 
static uiString sTVDGL ()
 
static uiString sTVDSD ()
 
static uiString sTVDSS ()
 
static uiString sUwid ()
 
- Static Public Member Functions inherited from CallBacker
static void createReceiverForCurrentThread ()
 
static void removeReceiverForCurrentThread ()
 

Public Attributes

BufferString api_
 
BufferString company_
 
BufferString country_
 
BufferString county_
 
BufferString date_
 
BufferString field_
 
float groundelev_ = mUdf(float)
 
BufferString license_
 
BufferString oper_
 
BufferString province_
 
float replvel_
 
BufferString source_
 filename for OD storage
 
BufferString state_
 
Coord surfacecoord_
 
LatLong surfacelatlong_
 
BufferString uwid_
 
OD::WellType welltype_ = OD::UnknownWellType
 

Additional Inherited Members

- Protected Member Functions inherited from NamedCallBacker
void sendDelNotif () const
 
- Protected Attributes inherited from NamedCallBacker
Threads::Atomic< bool > delalreadytriggered_
 
Notifier< NamedCallBackerdelnotif_
 
- Protected Attributes inherited from NamedObject
BufferString name_
 

Detailed Description

Information about a certain well.

<>

Member Enumeration Documentation

◆ DepthType

Enumerator
MD 
TVD 
TVDSS 
TVDSD 
TWT 
TVDGL 

◆ InfoType

Enumerator
None 
Name 
UWID 
WellType 
TD 
KB 
GroundElev 
MarkerDepth 
SurfCoord 
SurfBinID 
Operator 
Field 
County 
State 
Province 
Country 

Constructor & Destructor Documentation

◆ Info() [1/2]

Well::Info::Info ( const char * nm)

◆ Info() [2/2]

Well::Info::Info ( const Info & )

◆ ~Info()

Well::Info::~Info ( )

Member Function Documentation

◆ fillPar()

void Well::Info::fillPar ( IOPar & ) const

◆ isDepth()

static bool Well::Info::isDepth ( const Mnemonic & ,
DepthType &  )
static

◆ isLoaded()

bool Well::Info::isLoaded ( ) const

◆ legacyLogWidthFactor()

static int Well::Info::legacyLogWidthFactor ( )
static

◆ operator=()

Info & Well::Info::operator= ( const Info & )

◆ sAPI()

static uiString Well::Info::sAPI ( )
static

◆ sCompany()

static uiString Well::Info::sCompany ( )
static

◆ sCoord()

static uiString Well::Info::sCoord ( )
static

◆ sCountry()

static uiString Well::Info::sCountry ( )
static

◆ sCounty()

static uiString Well::Info::sCounty ( )
static

◆ sField()

static uiString Well::Info::sField ( )
static

◆ sGroundElev()

static uiString Well::Info::sGroundElev ( )
static

◆ sKBElev()

static uiString Well::Info::sKBElev ( )
static

◆ sKeyAPI()

static const char * Well::Info::sKeyAPI ( )
static

◆ sKeyCompany()

static const char * Well::Info::sKeyCompany ( )
static

◆ sKeyCoord()

static const char * Well::Info::sKeyCoord ( )
static

◆ sKeyCountry()

static const char * Well::Info::sKeyCountry ( )
static

◆ sKeyCounty()

static const char * Well::Info::sKeyCounty ( )
static

◆ sKeyDepthType()

static const char * Well::Info::sKeyDepthType ( )
static

◆ sKeyDepthUnit()

static const char * Well::Info::sKeyDepthUnit ( )
static

◆ sKeyField()

static const char * Well::Info::sKeyField ( )
static

◆ sKeyGroundElev()

static const char * Well::Info::sKeyGroundElev ( )
static

◆ sKeyKBElev()

static const char * Well::Info::sKeyKBElev ( )
static

◆ sKeyLicense()

static const char * Well::Info::sKeyLicense ( )
static

◆ sKeyMarkerDepth()

static const char * Well::Info::sKeyMarkerDepth ( )
static

◆ sKeyMD()

static const char * Well::Info::sKeyMD ( )
inlinestatic

◆ sKeyOper()

static const char * Well::Info::sKeyOper ( )
static

◆ sKeyProvince()

static const char * Well::Info::sKeyProvince ( )
static

◆ sKeyReplVel()

static const char * Well::Info::sKeyReplVel ( )
static

◆ sKeyState()

static const char * Well::Info::sKeyState ( )
static

◆ sKeyTD()

static const char * Well::Info::sKeyTD ( )
static

◆ sKeyTVD()

static const char * Well::Info::sKeyTVD ( )
inlinestatic

◆ sKeyTVDGL()

static const char * Well::Info::sKeyTVDGL ( )
static

◆ sKeyTVDSD()

static const char * Well::Info::sKeyTVDSD ( )
static

◆ sKeyTVDSS()

static const char * Well::Info::sKeyTVDSS ( )
static

◆ sKeyUwid()

static const char * Well::Info::sKeyUwid ( )
static

◆ sKeyWellType()

static const char * Well::Info::sKeyWellType ( )
static

◆ sLicense()

static uiString Well::Info::sLicense ( )
static

◆ sOper()

static uiString Well::Info::sOper ( )
static

◆ sProvince()

static uiString Well::Info::sProvince ( )
static

◆ sReplVel()

static uiString Well::Info::sReplVel ( )
static

◆ sState()

static uiString Well::Info::sState ( )
static

◆ sTD()

static uiString Well::Info::sTD ( )
static

◆ sTVDGL()

static uiString Well::Info::sTVDGL ( )
static

◆ sTVDSD()

static uiString Well::Info::sTVDSD ( )
static

◆ sTVDSS()

static uiString Well::Info::sTVDSS ( )
static

◆ sUwid()

static uiString Well::Info::sUwid ( )
static

◆ usePar()

void Well::Info::usePar ( const IOPar & )

Member Data Documentation

◆ api_

BufferString Well::Info::api_

◆ company_

BufferString Well::Info::company_

◆ country_

BufferString Well::Info::country_

◆ county_

BufferString Well::Info::county_

◆ date_

BufferString Well::Info::date_

◆ field_

BufferString Well::Info::field_

◆ groundelev_

float Well::Info::groundelev_ = mUdf(float)

◆ license_

BufferString Well::Info::license_

◆ oper_

BufferString Well::Info::oper_

◆ province_

BufferString Well::Info::province_

◆ replvel_

float Well::Info::replvel_

◆ source_

BufferString Well::Info::source_

filename for OD storage

◆ state_

BufferString Well::Info::state_

◆ surfacecoord_

Coord Well::Info::surfacecoord_

◆ surfacelatlong_

LatLong Well::Info::surfacelatlong_

◆ uwid_

BufferString Well::Info::uwid_

◆ welltype_

OD::WellType Well::Info::welltype_ = OD::UnknownWellType

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2025