QGIS/python/core/raster/qgslinearminmaxenhancementwithclip.sip
Denis Rouzaud f2b3ed0a9b run sipify
2017-12-15 11:12:19 -04:00

39 lines
1.5 KiB
Plaintext

/************************************************************************
* 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
{
%Docstring
A linear enhanceContrast enhancement that first clips to min max and then enhanceContrastes
linearly between min and max.
%End
%TypeHeaderCode
#include "qgslinearminmaxenhancementwithclip.h"
%End
public:
QgsLinearMinMaxEnhancementWithClip( Qgis::DataType, double, double );
virtual int enhance( double );
virtual bool isValueInDisplayableRange( double );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgslinearminmaxenhancementwithclip.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/