mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Added histogram values to the bindings
This commit is contained in:
parent
0ee93eece2
commit
61b599ed0e
@ -4,6 +4,9 @@ class QgsRasterHistogram
|
||||
#include <qgsrasterhistogram.h>
|
||||
%End
|
||||
public:
|
||||
|
||||
typedef QVector<int> HistogramVector;
|
||||
|
||||
QgsRasterHistogram();
|
||||
|
||||
/** Compares region, size etc. not histogram itself */
|
||||
@ -22,9 +25,9 @@ class QgsRasterHistogram
|
||||
bool includeOutOfRange;
|
||||
|
||||
/** \brief Store the histogram for a given layer
|
||||
* @note not available via python binding
|
||||
*/
|
||||
// HistogramVector histogramVector;
|
||||
* @note added in version 3.0
|
||||
*/
|
||||
HistogramVector histogramVector;
|
||||
|
||||
/** \brief The maximum histogram value. */
|
||||
double maximum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user