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

Method setLegend

src/api/cpp/vector_field.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void VectorField::setLegend(const char* pLegend)
61{
62 FG_THROW(fg_set_vector_field_legend(get(), pLegend));
63}
64
65unsigned VectorField::vertices() const
66{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected