Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
unsigned Image::pixels() const
87
{
88
unsigned retVal = 0;
89
FG_THROW(fg_get_pixel_buffer(&retVal, get()));
90
return retVal;
91
}
92
93
unsigned Image::size() const
94
{
Callers
4
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
1
fg_get_pixel_buffer
Function · 0.85
Tested by
no test coverage detected