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

Function fg_release_plot

src/api/c/plot.cpp:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49fg_err fg_release_plot(fg_plot pPlot)
50{
51 try {
52 ARG_ASSERT(0, (pPlot!=0));
53
54 delete getPlot(pPlot);
55 }
56 CATCHALL
57
58 return FG_ERR_NONE;
59}
60
61fg_err fg_set_plot_color(fg_plot pPlot,
62 const float pRed, const float pGreen,

Callers 1

~PlotMethod · 0.85

Calls 1

getPlotFunction · 0.85

Tested by

no test coverage detected