QGIS API Documentation
2.6.0-Brighton
|
Raster values range container. More...
#include <qgsrasterrange.h>
Public Member Functions | |
QgsRasterRange () | |
Constructor. | |
QgsRasterRange (double theMin, double theMax) | |
Constructor. | |
~QgsRasterRange () | |
double | min () const |
double | max () const |
double | setMin (double theMin) |
double | setMax (double theMax) |
bool | operator== (const QgsRasterRange &o) const |
Static Public Member Functions | |
static bool | contains (double value, const QgsRasterRangeList &rangeList) |
Test if value is within the list of ranges. |
Raster values range container.
Represents range of values between min and max including min and max value.
QgsRasterRange::QgsRasterRange | ( | ) |
Constructor.
QgsRasterRange::QgsRasterRange | ( | double | theMin, |
double | theMax | ||
) |
Constructor.
theMin | minimum value |
theMax | max value |
QgsRasterRange::~QgsRasterRange | ( | ) |
|
static |
Test if value is within the list of ranges.
value | value |
rangeList | list of ranges |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |