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

Method radii

src/api/cpp/plot.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93unsigned Plot::radii() const
94{
95 unsigned temp = 0;
96 FG_THROW(fg_get_plot_radii_buffer(&temp, get()));
97 return temp;
98}
99
100unsigned Plot::verticesSize() const
101{

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 1

fg_get_plot_radii_bufferFunction · 0.85

Tested by

no test coverage detected