mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
36 lines
1.4 KiB
Plaintext
36 lines
1.4 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/raster/qgslinearminmaxenhancement.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsLinearMinMaxEnhancement : QgsContrastEnhancementFunction
|
|
{
|
|
%Docstring
|
|
A color enhancement function that performs a linear enhanceContrast between min and max.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgslinearminmaxenhancement.h"
|
|
%End
|
|
public:
|
|
QgsLinearMinMaxEnhancement( Qgis::DataType, double, double );
|
|
|
|
virtual int enhance( double );
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/raster/qgslinearminmaxenhancement.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|