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

Method alphas

src/api/cpp/plot.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86unsigned Plot::alphas() const
87{
88 unsigned temp = 0;
89 FG_THROW(fg_get_plot_alpha_buffer(&temp, get()));
90 return temp;
91}
92
93unsigned Plot::radii() const
94{

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 1

fg_get_plot_alpha_bufferFunction · 0.85

Tested by

no test coverage detected