Showing with 3 additions and 1 deletion.
  1. +3 −1 python/core/raster/qgsrasterblock.sip
4 changes: 3 additions & 1 deletion python/core/raster/qgsrasterblock.sip
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ class QgsRasterBlock
static QGis::DataType typeWithNoDataValue( QGis::DataType dataType, double *noDataValue );

bool hasNoDataValue() const;

bool hasNoData() const;

double noDataValue( ) const;
double noDataValue() const;

//void setNoDataValue( double noDataValue );

Expand Down