We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3cc3946 commit bc193c0Copy full SHA for bc193c0
python/core/raster/qgsrasterhistogram.sip
@@ -47,7 +47,7 @@ class QgsRasterHistogram
47
Whether histogram includes out of range values (in first and last bin)
48
%End
49
50
- HistogramVector histogramVector;
+ QgsRasterHistogram::HistogramVector histogramVector;
51
%Docstring
52
Store the histogram for a given layer
53
.. note::
src/core/raster/qgsrasterhistogram.h
@@ -74,7 +74,7 @@ class CORE_EXPORT QgsRasterHistogram
74
/** \brief Store the histogram for a given layer
75
* \note not available via Python binding
76
*/
77
78
79
//! \brief The maximum histogram value.
80
double maximum;
0 commit comments