33 , cliprate_(
mUdf(float))
38 , repeatovlap_(
mUdf(float))
40 , linecolor_(
Color::White())
42 , logfillcolor_(
Color::White())
44 , singlfillcol_(false)
float repeatovlap_
Definition: welllogdisp.h:56
#define mExpClass(module)
Definition: commondefs.h:160
bool logarithmic_
Definition: welllogdisp.h:51
~LogDisplayParSet()
Definition: welllogdisp.h:78
float cliprate_
If undef, use range_.
Definition: welllogdisp.h:49
Color logfillcolor_
Definition: welllogdisp.h:58
Log display parameter set.
Definition: welllogdisp.h:68
LogDisplayParSet()
Definition: welllogdisp.h:71
bool logfill_
Definition: welllogdisp.h:54
Interval< float > range_
If cliprate_ set, filled using it.
Definition: welllogdisp.h:50
Color linecolor_
Definition: welllogdisp.h:57
int repeat_
Definition: welllogdisp.h:55
bool singlfillcol_
Definition: welllogdisp.h:60
void setLeft(LogDisplayPars *lp)
Definition: welllogdisp.h:86
#define mUdf(type)
Use this macro to get the undefined for simple types.
Definition: undefval.h:272
LogDisplayPars(const char *nm=0)
Definition: welllogdisp.h:31
Definition: directionalsurvey.h:19
BufferString name_
Definition: welllogdisp.h:48
void setRight(LogDisplayPars *rp)
Definition: welllogdisp.h:87
LogDisplayPars * getLeft() const
Definition: welllogdisp.h:84
bool nocliprate_
Definition: welllogdisp.h:53
OD::String with its own variable length buffer. The buffer has a guaranteed minimum size...
Definition: bufstring.h:40
bool seisstyle_
Definition: welllogdisp.h:52
Color is an RGB color object, with a transparancy. The storage is in a 4-byte integer, similar to Qt.
Definition: color.h:26
LogDisplayPars * getRight() const
Definition: welllogdisp.h:85
const char * seqname_
Definition: welllogdisp.h:59
Log display parameters.
Definition: welllogdisp.h:28
LogDisplayPars * rightlogpar_
Definition: welllogdisp.h:92
~LogDisplayPars()
Definition: welllogdisp.h:46
LogDisplayPars * leftlogpar_
Definition: welllogdisp.h:91