23     : mMin( std::numeric_limits<double>::quiet_NaN() )
    24     , mMax( std::numeric_limits<double>::quiet_NaN() )
    38     if (( value >= range.mMin && value <= range.mMax ) ||
 
static bool contains(double value, const QgsRasterRangeList &rangeList)
Test if value is within the list of ranges. 
 
Raster values range container. 
 
bool qgsDoubleNear(double a, double b, double epsilon=4 *DBL_EPSILON)
Compare two doubles (but allow some difference) 
 
QgsRasterRange()
Constructor.