Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ add
Method
add
src/api/cpp/chart.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void Chart::add(const Image& pImage)
76
{
77
FG_THROW(fg_append_image_to_chart(get(), pImage.get()));
78
}
79
80
void Chart::add(const Histogram& pHistogram)
81
{
Callers
nothing calls this directly
Calls
6
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
fg_append_vector_field_to_chart
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected