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