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

Function fg_get_plot_alpha_buffer

src/api/c/plot.cpp:124–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124fg_err fg_get_plot_alpha_buffer(unsigned* pOut, const fg_plot pPlot)
125{
126 try {
127 ARG_ASSERT(1, (pPlot!=0));
128
129 *pOut = getPlot(pPlot)->abo();
130 }
131 CATCHALL
132
133 return FG_ERR_NONE;
134}
135
136fg_err fg_get_plot_radii_buffer(unsigned* pOut, const fg_plot pPlot)
137{

Callers 1

alphasMethod · 0.85

Calls 2

getPlotFunction · 0.85
aboMethod · 0.45

Tested by

no test coverage detected