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

43 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgscliptominmaxenhancement.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsClipToMinMaxEnhancement : QgsContrastEnhancementFunction
{
%Docstring(signature="appended")
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 :py:func:`~enhance`, the
value will be truncated ('clipped') to 240.
%End
%TypeHeaderCode
#include "qgscliptominmaxenhancement.h"
%End
public:
QgsClipToMinMaxEnhancement( Qgis::DataType, double, double );
virtual int enhance( double );
virtual bool isValueInDisplayableRange( double );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgscliptominmaxenhancement.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/