QGIS/python/core/auto_generated/raster/qgscliptominmaxenhancement.sip.in

41 lines
1.6 KiB
Plaintext
Raw Normal View History

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 *
************************************************************************/
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.
%End
2017-06-01 10:54:33 +02:00
%TypeHeaderCode
#include "qgscliptominmaxenhancement.h"
%End
public:
QgsClipToMinMaxEnhancement( Qgis::DataType, double, double );
2017-06-01 10:54:33 +02:00
virtual int enhance( double );
virtual bool isValueInDisplayableRange( double );
};
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 *
************************************************************************/