Skip to content

Commit

Permalink
raster histograms separated from stats, generic implementation (used …
Browse files Browse the repository at this point in the history
…by GRASS,WCS), more histogram and stats options (extent, sample size), stats and histograms cached in providers
  • Loading branch information
blazek committed Jul 26, 2012
1 parent d794522 commit 9980b45
Show file tree
Hide file tree
Showing 12 changed files with 669 additions and 258 deletions.
7 changes: 0 additions & 7 deletions python/core/qgsrasterbandstats.sip
Expand Up @@ -35,13 +35,6 @@ class QgsRasterBandStats
/** \brief The number of cells in the band. Equivalent to height x width.
* TODO: check if NO_DATA are excluded!*/
int elementCount;
/** \brief Store the histogram for a given layer */
typedef QVector<int> HistogramVector;
//HistogramVector * histogramVector;
/** \brief whteher histogram values are estimated or completely calculated */
bool isHistogramEstimated;
/** whehter histogram compuation should include out of range values */
bool isHistogramOutOfRange;
/** Color table */
//QList<QgsColorRampShader::ColorRampItem> colorTable;
};
Expand Down

0 comments on commit 9980b45

Please sign in to comment.