29 , cliprate_(
mUdf(float))
34 , repeatovlap_(
mUdf(float))
36 , linecolor_(
Color::White())
38 , logfillcolor_(
Color::White())
40 , singlfillcol_(false)
float repeatovlap_
Definition: welllogdisp.h:52
#define mExpClass(module)
Definition: commondefs.h:157
bool logarithmic_
Definition: welllogdisp.h:47
~LogDisplayParSet()
Definition: welllogdisp.h:72
float cliprate_
If undef, use range_.
Definition: welllogdisp.h:45
Color logfillcolor_
Definition: welllogdisp.h:54
Log display parameter set.
Definition: welllogdisp.h:62
LogDisplayParSet()
Definition: welllogdisp.h:65
bool logfill_
Definition: welllogdisp.h:50
Interval< float > range_
If cliprate_ set, filled using it.
Definition: welllogdisp.h:46
Color linecolor_
Definition: welllogdisp.h:53
int repeat_
Definition: welllogdisp.h:51
bool singlfillcol_
Definition: welllogdisp.h:56
void setLeft(LogDisplayPars *lp)
Definition: welllogdisp.h:80
#define mUdf(type)
Use this macro to get the undefined for simple types.
Definition: undefval.h:270
LogDisplayPars(const char *nm=0)
Definition: welllogdisp.h:27
Definition: wellcommon.h:16
BufferString name_
Definition: welllogdisp.h:44
void setRight(LogDisplayPars *rp)
Definition: welllogdisp.h:81
LogDisplayPars * getLeft() const
Definition: welllogdisp.h:78
bool nocliprate_
Definition: welllogdisp.h:49
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:38
bool seisstyle_
Definition: welllogdisp.h:48
Color is an RGB color object, with a transparancy. The storage is in a 4-byte integer, similar to Qt.
Definition: color.h:24
LogDisplayPars * getRight() const
Definition: welllogdisp.h:79
const char * seqname_
Definition: welllogdisp.h:55
Log display parameters.
Definition: welllogdisp.h:24
LogDisplayPars * rightlogpar_
Definition: welllogdisp.h:86
~LogDisplayPars()
Definition: welllogdisp.h:42
LogDisplayPars * leftlogpar_
Definition: welllogdisp.h:85