Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ verticesSize
Method
verticesSize
src/api/cpp/plot.cpp:100–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
unsigned Plot::verticesSize() const
101
{
102
unsigned temp = 0;
103
FG_THROW(fg_get_plot_vertex_buffer_size(&temp, get()));
104
return temp;
105
}
106
107
unsigned Plot::colorsSize() const
108
{
Callers
14
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
fg_get_plot_vertex_buffer_size
Function · 0.85
Tested by
no test coverage detected