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

Method Chart

src/api/cpp/chart.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24
25Chart::Chart(const ChartType cType)
26{
27 fg_chart temp = 0;
28 FG_THROW(fg_create_chart(&temp, (fg_chart_type)cType));
29 std::swap(mValue, temp);
30}
31
32Chart::Chart(const Chart& pOther)
33{

Callers

nothing calls this directly

Calls 3

fg_create_chartFunction · 0.85
fg_retain_chartFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected