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

Method vertices

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected