/************************************************************************
 * This file has been generated automatically from                      *
 *                                                                      *
 * src/core/raster/qgscliptominmaxenhancement.h                         *
 *                                                                      *
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 ************************************************************************/




class QgsClipToMinMaxEnhancement : QgsContrastEnhancementFunction
{
%Docstring
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 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.pl again   *
 ************************************************************************/