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

Method vertices

src/api/cpp/vector_field.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65unsigned VectorField::vertices() const
66{
67 unsigned temp = 0;
68 FG_THROW(fg_get_vector_field_vertex_buffer(&temp, get()));
69 return temp;
70}
71
72unsigned VectorField::colors() const
73{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected