Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setLegend
Method
setLegend
src/api/cpp/surface.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void Surface::setLegend(const char* pLegend)
62
{
63
FG_THROW(fg_set_surface_legend(get(), pLegend));
64
}
65
66
unsigned Surface::vertices() const
67
{
Callers
nothing calls this directly
Calls
1
fg_set_surface_legend
Function · 0.85
Tested by
no test coverage detected