MCPcopy 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
100unsigned Plot::verticesSize() const
101{
102 unsigned temp = 0;
103 FG_THROW(fg_get_plot_vertex_buffer_size(&temp, get()));
104 return temp;
105}
106
107unsigned Plot::colorsSize() const
108{

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