Skip to content

Commit

Permalink
Merge pull request #758 from 3nids/siprasterblock
Browse files Browse the repository at this point in the history
[SIP] raster block: missing hasNoData()
  • Loading branch information
jef-n committed Jul 22, 2013
2 parents bfcdc93 + 335d7f0 commit eaa27aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/core/raster/qgsrasterblock.sip
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

0 comments on commit eaa27aa

Please sign in to comment.