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

Method setLegend

src/backend/opengl/common.hpp:261–263  ·  view source on GitHub ↗

Set legend for rendering */

Source from the content-addressed store, hash-verified

259 /* Set legend for rendering
260 */
261 void setLegend(const char* pLegend) {
262 mLegend = std::string(pLegend);
263 }
264
265 /* Get legend string
266 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected