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

Method pixels

src/api/cpp/image.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86unsigned Image::pixels() const
87{
88 unsigned retVal = 0;
89 FG_THROW(fg_get_pixel_buffer(&retVal, get()));
90 return retVal;
91}
92
93unsigned Image::size() const
94{

Callers 4

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

fg_get_pixel_bufferFunction · 0.85

Tested by

no test coverage detected