30 #ifndef LINEAR_COLOR_MAP_H 31 #define LINEAR_COLOR_MAP_H 33 #include <qwt_color_map.h> double lowerBound()
Get the lower range limit.
Definition: LinearColorMap.h:53
A customized QwtLinearColorMap.
Definition: LinearColorMap.h:39
QwtDoubleInterval intensityRange() const
Get the intensity range.
Definition: LinearColorMap.cpp:39
void setIntensityRange(double vmin, double vmax)
Set the intensity range.
Definition: LinearColorMap.h:49
LinearColorMap()
Constructor.
Definition: LinearColorMap.cpp:31
double upperBound()
Get the upper range limit.
Definition: LinearColorMap.h:55
QString toXmlString()
Exports the map to a pseudo-XML string.
Definition: LinearColorMap.cpp:44
static LinearColorMap fromXmlStringList(const QStringList &lst)
Used when restoring from project files.
Definition: LinearColorMap.cpp:63
QwtDoubleInterval d_range
Definition: LinearColorMap.h:64
void setIntensityRange(const QwtDoubleInterval &range)
Set the intensity range.
Definition: LinearColorMap.h:47