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

Function fg_get_histogram_alpha_buffer

src/api/c/histogram.cpp:108–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108fg_err fg_get_histogram_alpha_buffer(unsigned* pOut, const fg_histogram pHistogram)
109{
110 try {
111 ARG_ASSERT(1, (pHistogram!=0));
112
113 *pOut = getHistogram(pHistogram)->abo();
114 }
115 CATCHALL
116
117 return FG_ERR_NONE;
118}
119
120fg_err fg_get_histogram_vertex_buffer_size(unsigned* pOut, const fg_histogram pHistogram)
121{

Callers 1

alphasMethod · 0.85

Calls 2

getHistogramFunction · 0.85
aboMethod · 0.45

Tested by

no test coverage detected