Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
unsigned Plot::alphas() const
87
{
88
unsigned temp = 0;
89
FG_THROW(fg_get_plot_alpha_buffer(&temp, get()));
90
return temp;
91
}
92
93
unsigned Plot::radii() const
94
{
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
1
fg_get_plot_alpha_buffer
Function · 0.85
Tested by
no test coverage detected