QGIS/python/core/auto_generated/raster/qgslinearminmaxenhancementwithclip.sip.in
2018-05-14 10:23:37 -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 *
************************************************************************/