2017-06-01 10:54:33 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/raster/qgscliptominmaxenhancement.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
class QgsClipToMinMaxEnhancement : QgsContrastEnhancementFunction
|
|
|
|
{
|
2017-06-01 10:54:33 +02:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
A raster contrast enhancement that will clip a value to the specified min/max range.
|
|
|
|
For example if a min max range of [10,240] is specified in the constructor, and
|
|
|
|
a value of 250 is called using enhance(), the value will be truncated ('clipped')
|
|
|
|
to 240.
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
|
2017-06-01 10:54:33 +02:00
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgscliptominmaxenhancement.h"
|
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
public:
|
2016-07-21 22:01:38 +10:00
|
|
|
QgsClipToMinMaxEnhancement( Qgis::DataType, double, double );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
2017-06-01 10:54:33 +02:00
|
|
|
virtual int enhance( double );
|
|
|
|
|
|
|
|
|
|
|
|
virtual bool isValueInDisplayableRange( double );
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
};
|
2017-06-01 10:54:33 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/raster/qgscliptominmaxenhancement.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|