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

Method radiiSize

src/api/cpp/plot.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121unsigned Plot::radiiSize() const
122{
123 unsigned temp = 0;
124 FG_THROW(fg_get_plot_radii_buffer_size(&temp, get()));
125 return temp;
126}
127
128fg_plot Plot::get() const
129{

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 1

Tested by

no test coverage detected