MCPcopy 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
72unsigned Plot::vertices() const
73{
74 unsigned temp = 0;
75 FG_THROW(fg_get_plot_vertex_buffer(&temp, get()));
76 return temp;
77}
78
79unsigned Plot::colors() const
80{

Callers 14

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

Tested by

no test coverage detected