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

Function fg_get_plot_radii_buffer

src/api/c/plot.cpp:136–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136fg_err fg_get_plot_radii_buffer(unsigned* pOut, const fg_plot pPlot)
137{
138 try {
139 ARG_ASSERT(1, (pPlot!=0));
140
141 *pOut = getPlot(pPlot)->mbo();
142 }
143 CATCHALL
144
145 return FG_ERR_NONE;
146}
147
148fg_err fg_get_plot_vertex_buffer_size(unsigned* pOut, const fg_plot pPlot)
149{

Callers 1

radiiMethod · 0.85

Calls 2

getPlotFunction · 0.85
mboMethod · 0.80

Tested by

no test coverage detected