Skip to content

Commit

Permalink
Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 27, 2021
1 parent 50b2ac4 commit 005a0ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/core/auto_generated/raster/qgsrasterinterface.sip.in
Expand Up @@ -201,7 +201,10 @@ Gets the extent of the interface.
:return: :py:class:`QgsRectangle` containing the extent of the layer
%End

int dataTypeSize( int bandNo );
int dataTypeSize( int bandNo ) const;
%Docstring
Returns the size (in bytes) for the data type for the specified band.
%End

virtual int bandCount() const = 0;
%Docstring
Expand Down

0 comments on commit 005a0ad

Please sign in to comment.