You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/core/qgsrasterdataprovider.h
+1
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,7 @@ class CORE_EXPORT QgsRasterDataProvider : public QgsDataProvider, public QgsRast
322
322
* @param theMaximum Maximum value, if NaN, raster minimum value will be used.
323
323
* @param theExtent Extent used to calc histogram, if empty, whole raster extent is used.
324
324
* @param theSampleSize Approximate number of cells in sample. If 0, all cells (whole raster will be used). If raster does not have exact size (WCS without exact size for example), provider decides size of sample.
325
+
* @param theIncludeOutOfRange include out of range values
325
326
* @return Vector of non NULL cell counts for each bin.
326
327
*/
327
328
virtual QgsRasterHistogram histogram( int theBandNo,
0 commit comments