Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
Chart* getChart(const fg_chart& pValue)
73
{
74
return reinterpret_cast<common::Chart*>(pValue);
75
}
76
77
Histogram* getHistogram(const fg_histogram& pValue)
78
{
Callers
15
fg_draw_chart
Function · 0.85
fg_draw_chart_to_cell
Function · 0.85
fg_release_chart
Function · 0.85
fg_set_chart_axes_titles
Function · 0.85
fg_set_chart_axes_limits
Function · 0.85
fg_set_chart_label_format
Function · 0.85
fg_get_chart_axes_limits
Function · 0.85
fg_set_chart_legend_position
Function · 0.85
fg_append_image_to_chart
Function · 0.85
fg_append_histogram_to_chart
Function · 0.85
fg_append_plot_to_chart
Function · 0.85
fg_append_surface_to_chart
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected