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

39 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-06-01 10:54:33 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgslinearminmaxenhancementwithclip.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsLinearMinMaxEnhancementWithClip : QgsContrastEnhancementFunction
{
2017-06-01 10:54:33 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
A linear enhanceContrast enhancement that first clips to min max and then enhanceContrastes
linearly between min and max.
%End
2017-06-01 10:54:33 +02:00
%TypeHeaderCode
#include "qgslinearminmaxenhancementwithclip.h"
%End
public:
QgsLinearMinMaxEnhancementWithClip( 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/qgslinearminmaxenhancementwithclip.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/