Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ height
Method
height
src/api/cpp/image.cpp:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
unsigned Image::height() const
66
{
67
unsigned temp = 0;
68
FG_THROW(fg_get_image_height(&temp, get()));
69
return temp;
70
}
71
72
ChannelFormat Image::pixelFormat() const
73
{
Callers
2
fg_get_window_height
Function · 0.45
fg_get_image_height
Function · 0.45
Calls
1
fg_get_image_height
Function · 0.85
Tested by
no test coverage detected