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

Function getChart

src/backend/common/handle.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72Chart* getChart(const fg_chart& pValue)
73{
74 return reinterpret_cast<common::Chart*>(pValue);
75}
76
77Histogram* getHistogram(const fg_histogram& pValue)
78{

Callers 15

fg_draw_chartFunction · 0.85
fg_draw_chart_to_cellFunction · 0.85
fg_release_chartFunction · 0.85
fg_set_chart_axes_titlesFunction · 0.85
fg_set_chart_axes_limitsFunction · 0.85
fg_get_chart_axes_limitsFunction · 0.85
fg_append_image_to_chartFunction · 0.85
fg_append_plot_to_chartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected