MCPcopy Create free account
hub / github.com/arrayfire/forge / Histogram

Method Histogram

src/backend/common/chart_renderables.hpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26class Histogram : public ChartRenderableBase<detail::histogram_impl> {
27 public:
28 Histogram(unsigned pNBins, forge::dtype pDataType)
29 : ChartRenderableBase<detail::histogram_impl>(
30 std::make_shared<detail::histogram_impl>(pNBins, pDataType)) {
31 }
32
33 Histogram(const fg_histogram pOther)
34 : ChartRenderableBase<detail::histogram_impl>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected