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

Function fg_create_chart

src/api/c/chart.cpp:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace forge::common;
28
29fg_err fg_create_chart(fg_chart *pChart,
30 const fg_chart_type pChartType)
31{
32 try {
33 *pChart = getHandle(new common::Chart(pChartType));
34 }
35 CATCHALL
36
37 return FG_ERR_NONE;
38}
39
40fg_err fg_retain_chart(fg_chart* pOut, fg_chart pChart)
41{

Callers 1

ChartMethod · 0.85

Calls 1

getHandleFunction · 0.85

Tested by

no test coverage detected