QGIS/python/core/auto_generated/raster/qgslinearminmaxenhancementwithclip.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

42 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgslinearminmaxenhancementwithclip.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsLinearMinMaxEnhancementWithClip : QgsContrastEnhancementFunction
{
%Docstring(signature="appended")
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 );
private:
QgsLinearMinMaxEnhancementWithClip &operator=( const QgsLinearMinMaxEnhancementWithClip & );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgslinearminmaxenhancementwithclip.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/