Skip to content

Commit eaa27aa

Browse files
committed
Merge pull request #758 from 3nids/siprasterblock
[SIP] raster block: missing hasNoData()
2 parents bfcdc93 + 335d7f0 commit eaa27aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/core/raster/qgsrasterblock.sip

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ class QgsRasterBlock
3333
static QGis::DataType typeWithNoDataValue( QGis::DataType dataType, double *noDataValue );
3434

3535
bool hasNoDataValue() const;
36+
37+
bool hasNoData() const;
3638

37-
double noDataValue( ) const;
39+
double noDataValue() const;
3840

3941
//void setNoDataValue( double noDataValue );
4042

0 commit comments

Comments
 (0)