Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ vertices
Method
vertices
src/api/cpp/plot.cpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
unsigned Plot::vertices() const
73
{
74
unsigned temp = 0;
75
FG_THROW(fg_get_plot_vertex_buffer(&temp, get()));
76
return temp;
77
}
78
79
unsigned Plot::colors() const
80
{
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
Function · 0.85
Tested by
no test coverage detected