1 #ifndef welllogattrib_h 2 #define welllogattrib_h 16 #include "wellattribmod.h" 22 template <
class T>
class Array1D;
48 static const char*
keyStr() {
return "id"; }
49 static const char*
logName() {
return "logname"; }
52 void prepareForComputeData();
56 static Provider* createInstance(
Desc&);
58 bool allowParallelComputation()
const;
60 bool getInputData(
const BinID&,
int idx);
62 int t0,
int nrsamples,
int threadid)
const;
Array1D ( Subclass of ArrayND ) is a one dimensional array.
Definition: arraynd.h:101
#define mExpClass(module)
Definition: commondefs.h:160
static const char * upscaleType()
Definition: welllogattrib.h:50
#define mODTextTranslationClass(clss)
Definition: uistring.h:38
static const char * logName()
Definition: welllogattrib.h:49
BufferString logname_
Definition: welllogattrib.h:65
static const char * attribName()
Definition: welllogattrib.h:47
WellLog Attribute
Definition: welllogattrib.h:41
Description of an attribute in an Attrib::DescSet. Each attribute has a name (e.g. "Similarity"), a user reference (e.g. "My similarity"), and at least one output. In addition, it may have parameters and inputs. If it has multiple outputs, only one of the outputs are selected.
Definition: attribdesc.h:89
StepInterval< float > arrzrg_
Definition: welllogattrib.h:68
Array1D< float > * logvals_
Definition: welllogattrib.h:67
Holds the attribute data.
Definition: attribdataholder.h:43
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:40
Positioning in a seismic survey: inline/crossline or lineNr/trcNr.
Definition: binid.h:30
Provides the actual output to ...
Definition: attribprovider.h:44
MultiID wellid_
Definition: welllogattrib.h:64
static const char * keyStr()
Definition: welllogattrib.h:48
Compound key consisting of ints.
Definition: multiid.h:25
Semblance Attribute.
Definition: attribdataholder.h:25
int upscaletype_
Definition: welllogattrib.h:66