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

Method alphas

src/api/cpp/histogram.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79unsigned Histogram::alphas() const
80{
81 unsigned temp = 0;
82 FG_THROW(fg_get_histogram_alpha_buffer(&temp, get()));
83 return temp;
84}
85
86unsigned Histogram::verticesSize() const
87{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected