19 #ifndef QGSCONTRASTENHANCEMENTFUNCTION_H 20 #define QGSCONTRASTENHANCEMENTFUNCTION_H 22 #include "qgis_core.h" 41 virtual int enhance(
double );
44 virtual bool isValueInDisplayableRange(
double );
47 void setMaximumValue(
double );
50 void setMinimumValue(
double );
DataType
Raster data types.
double mMinimumMaximumRange
Minimum maximum range for the band, used for enhanceContrasting.
Qgis::DataType mQgsRasterDataType
Data type of the band.
A contrast enhancement function is the base class for all raster contrast enhancements.
double mMaximumValue
User defineable maximum value for the band, used for enhanceContrasting.
double mMinimumValue
User defineable minimum value for the band, used for enhanceContrasting.