Skip to content

Commit

Permalink
raster block: add missing hasNoData method in sip
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 22, 2013
1 parent bfcdc93 commit 335d7f0
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 335d7f0

Please sign in to comment.