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

Method alphasSize

src/api/cpp/plot.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114unsigned Plot::alphasSize() const
115{
116 unsigned temp = 0;
117 FG_THROW(fg_get_plot_alpha_buffer_size(&temp, get()));
118 return temp;
119}
120
121unsigned Plot::radiiSize() const
122{

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 1

Tested by

no test coverage detected