Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ width
Method
width
src/api/cpp/image.cpp:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
unsigned Image::width() const
59
{
60
unsigned temp = 0;
61
FG_THROW(fg_get_image_width(&temp, get()));
62
return temp;
63
}
64
65
unsigned Image::height() const
66
{
Callers
2
fg_get_window_width
Function · 0.45
fg_get_image_width
Function · 0.45
Calls
1
fg_get_image_width
Function · 0.85
Tested by
no test coverage detected