31 virtual bool getInfo()
const = 0;
32 virtual bool getTrack()
const = 0;
33 virtual bool getLogs()
const = 0;
34 virtual bool getMarkers()
const = 0;
35 virtual bool getD2T()
const = 0;
36 virtual bool getCSMdl()
const = 0;
37 virtual bool getDispProps()
const = 0;
38 virtual bool getLog(
const char* lognm)
const = 0;
45 bool getAll(
bool stoponerr)
const;
51 bool addToLogSet(
Log*)
const;
52 bool updateDTModel(
D2TModel&,
bool ischeckshot,
#define mExpClass(module)
Definition: commondefs.h:157
Depth to time model.
Definition: welld2tmodel.h:25
Well log.
Definition: welllog.h:40
virtual ~ReadAccess()
Definition: wellreadaccess.h:29
Data & data()
Definition: wellreadaccess.h:42
Definition: uistring.h:88
Set of BufferString objects.
Definition: bufstringset.h:25
Base class for object reading data from data store into Well::Data.
Definition: wellreadaccess.h:24
const Data & data() const
Definition: wellreadaccess.h:43
Definition: wellcommon.h:16
ReadAccess(Data &d)
Definition: wellreadaccess.h:28
const char * errMsg() const
Definition: horizontracker.h:59
The holder of all data concerning a certain well.
Definition: welldata.h:36
Data & wd_
Definition: wellreadaccess.h:49