File tree 1 file changed +3
-3
lines changed
python/core/auto_generated/raster
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ Read a single value
186
186
:return: color *
187
187
%End
188
188
189
- bool isNoData( int row, int column );
189
+ bool isNoData( int row, int column ) const ;
190
190
%Docstring
191
191
Check if value at position is no data
192
192
@@ -196,7 +196,7 @@ Check if value at position is no data
196
196
:return: true if value is no data *
197
197
%End
198
198
199
- bool isNoData( qgssize row, qgssize column );
199
+ bool isNoData( qgssize row, qgssize column ) const ;
200
200
%Docstring
201
201
Check if value at position is no data
202
202
@@ -206,7 +206,7 @@ Check if value at position is no data
206
206
:return: true if value is no data *
207
207
%End
208
208
209
- bool isNoData( qgssize index );
209
+ bool isNoData( qgssize index ) const ;
210
210
%Docstring
211
211
Check if value at position is no data
212
212
You can’t perform that action at this time.
0 commit comments