MCPcopy 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
75void Chart::add(const Image& pImage)
76{
77 FG_THROW(fg_append_image_to_chart(get(), pImage.get()));
78}
79
80void Chart::add(const Histogram& pHistogram)
81{

Callers

nothing calls this directly

Calls 6

fg_append_image_to_chartFunction · 0.85
fg_append_plot_to_chartFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected