1 #ifndef wellelasticmodelcomputer_h 2 #define wellelasticmodelcomputer_h 41 ~ElasticModelComputer();
52 void setExtractionPars(
float step,
bool intime);
54 bool computeFromLogs();
56 bool computeFromDTModel();
66 float getLogVal(
int logidx,
int sampidx)
const;
67 float getVelp(
int)
const;
68 float getDensity(
int)
const;
69 float getSVel(
int)
const;
#define mExpClass(module)
Definition: commondefs.h:160
A table of elastic prop layers with processing utilities.
Definition: ailayer.h:100
const ElasticModel & elasticModel() const
Definition: wellelasticmodelcomputer.h:58
uiString errmsg_
Definition: wellelasticmodelcomputer.h:84
#define mODTextTranslationClass(clss)
Definition: uistring.h:38
Well log.
Definition: welllog.h:44
ObjectSet< const Well::Log > inplogs_
Definition: wellelasticmodelcomputer.h:78
bool zrgistime_
Definition: wellelasticmodelcomputer.h:73
Definition: uistring.h:89
Well::LogSampler * lsnearest_
Definition: wellelasticmodelcomputer.h:82
float zstep_
Definition: wellelasticmodelcomputer.h:74
Extraction of an ElasticModel from Well::Data either from the time-depth model or from at least a vel...
Definition: wellelasticmodelcomputer.h:33
Set of pointers to objects.
Definition: commontypes.h:32
Interval< float > zrange_
Definition: wellelasticmodelcomputer.h:72
Definition: directionalsurvey.h:19
uiString warnmsg_
Definition: wellelasticmodelcomputer.h:85
Well::LogSampler * ls_
Definition: wellelasticmodelcomputer.h:81
const Well::Data & wd_
Definition: wellelasticmodelcomputer.h:76
ElasticModel emodel_
Definition: wellelasticmodelcomputer.h:71
const uiString & errMsg() const
Definition: wellelasticmodelcomputer.h:43
ObjectSet< const UnitOfMeasure > uomset_
Definition: wellelasticmodelcomputer.h:79
bool extractintime_
Definition: wellelasticmodelcomputer.h:75
BufferString errmsg_
Definition: horizontracker.h:119
The holder of all data concerning a certain well.
Definition: welldata.h:113
bool velpissonic_
Definition: wellelasticmodelcomputer.h:80
Log resampler, extracts all the logs given by log names along a z time or dah axis.
Definition: wellextractdata.h:341
const uiString & warnMsg() const
Definition: wellelasticmodelcomputer.h:44