MCPcopy 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
65unsigned Image::height() const
66{
67 unsigned temp = 0;
68 FG_THROW(fg_get_image_height(&temp, get()));
69 return temp;
70}
71
72ChannelFormat Image::pixelFormat() const
73{

Callers 2

fg_get_window_heightFunction · 0.45
fg_get_image_heightFunction · 0.45

Calls 1

fg_get_image_heightFunction · 0.85

Tested by

no test coverage detected