mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
|
class QgsClipToMinMaxEnhancement : QgsContrastEnhancementFunction
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <qgscliptominmaxenhancement.h>
|
||
|
%End
|
||
|
|
||
|
public:
|
||
|
QgsClipToMinMaxEnhancement( QgsContrastEnhancement::QgsRasterDataType, double, double );
|
||
|
|
||
|
int enhance( double );
|
||
|
|
||
|
bool isValueInDisplayableRange( double );
|
||
|
};
|