1 #ifndef wellreadaccess_h 2 #define wellreadaccess_h 38 virtual bool get()
const = 0;
42 virtual bool getInfo()
const = 0;
43 virtual bool getTrack()
const = 0;
44 virtual bool getLogs()
const = 0;
45 virtual bool getMarkers()
const = 0;
46 virtual bool getD2T()
const = 0;
47 virtual bool getCSMdl()
const = 0;
48 virtual bool getDispProps()
const = 0;
49 virtual bool getLog(
const char* lognm)
const = 0;
60 bool addToLogSet(
Log*)
const;
61 bool updateDTModel(
D2TModel*,
bool ischeckshot,
63 bool updateDTModel(
D2TModel*,
bool ischeckshot,
#define mExpClass(module)
Definition: commondefs.h:160
Depth to time model.
Definition: welld2tmodel.h:34
Well log.
Definition: welllog.h:44
virtual ~ReadAccess()
Definition: wellreadaccess.h:36
Data & data()
Definition: wellreadaccess.h:53
Definition: uistring.h:89
Set of BufferString objects.
Definition: bufstringset.h:28
Base class for object reading data from data store into Well::Data.
Definition: wellreadaccess.h:31
encapsulates the read-access-only part of strings in OD.
Definition: odstring.h:31
const Data & data() const
Definition: wellreadaccess.h:54
Definition: directionalsurvey.h:19
Well track.
Definition: welltrack.h:29
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:40
ReadAccess(Data &d)
Definition: wellreadaccess.h:35
const char * errMsg() const
Definition: horizontracker.h:61
The holder of all data concerning a certain well.
Definition: welldata.h:113
Data & wd_
Definition: wellreadaccess.h:58