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

Function getHistogram

src/backend/common/handle.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77Histogram* getHistogram(const fg_histogram& pValue)
78{
79 return reinterpret_cast<common::Histogram*>(pValue);
80}
81
82Plot* getPlot(const fg_plot& pValue)
83{

Calls

no outgoing calls

Tested by

no test coverage detected