|
| enum class | Progress { Done
, Calculating
, NoData
} |
|
using | Callback = void(const std::vector<Histogram1D>&) |
|
|
| HistogramCache (const HistogramCache &rhs) |
|
| HistogramCache (HistogramCache &&rhs) noexcept |
|
HistogramCache & | operator= (const HistogramCache &that) |
|
HistogramCache & | operator= (HistogramCache &&that) noexcept |
|
Result | calculateHistograms (const std::function< std::vector< Histogram1D >()> &calculate, const std::function< Callback > &whenDone) const |
|
void | forEach (const std::function< void(const Histogram1D &, size_t)> &) const |
|
void | discard (const std::function< std::vector< Histogram1D >()> &calculate) |
The documentation for this class was generated from the following file: