Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
void VectorField::setLegend(const char* pLegend)
61
{
62
FG_THROW(fg_set_vector_field_legend(get(), pLegend));
63
}
64
65
unsigned VectorField::vertices() const
66
{
Callers
nothing calls this directly
Calls
1
fg_set_vector_field_legend
Function · 0.85
Tested by
no test coverage detected