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

Method alphasSize

src/api/cpp/histogram.cpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100unsigned Histogram::alphasSize() const
101{
102 unsigned temp = 0;
103 FG_THROW(fg_get_histogram_alpha_buffer_size(&temp, get()));
104 return temp;
105}
106
107fg_histogram Histogram::get() const
108{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected