MCPcopy Create free account
hub / github.com/arrayfire/forge / verticesSize

Method verticesSize

src/api/cpp/vector_field.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93unsigned VectorField::verticesSize() const
94{
95 unsigned temp = 0;
96 FG_THROW(fg_get_vector_field_vertex_buffer_size(&temp, get()));
97 return temp;
98}
99
100unsigned VectorField::colorsSize() const
101{

Callers

nothing calls this directly

Tested by

no test coverage detected