MCPcopy 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
61void Surface::setLegend(const char* pLegend)
62{
63 FG_THROW(fg_set_surface_legend(get(), pLegend));
64}
65
66unsigned Surface::vertices() const
67{

Callers

nothing calls this directly

Calls 1

fg_set_surface_legendFunction · 0.85

Tested by

no test coverage detected