Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
unsigned Plot::alphasSize() const
115
{
116
unsigned temp = 0;
117
FG_THROW(fg_get_plot_alpha_buffer_size(&temp, get()));
118
return temp;
119
}
120
121
unsigned Plot::radiiSize() const
122
{
Callers
2
main
Function · 0.45
main
Function · 0.45
Calls
1
fg_get_plot_alpha_buffer_size
Function · 0.85
Tested by
no test coverage detected