Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
unsigned Plot::radiiSize() const
122
{
123
unsigned temp = 0;
124
FG_THROW(fg_get_plot_radii_buffer_size(&temp, get()));
125
return temp;
126
}
127
128
fg_plot Plot::get() const
129
{
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
1
fg_get_plot_radii_buffer_size
Function · 0.85
Tested by
no test coverage detected