Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ setSize
Method
setSize
src/api/cpp/window.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void Window::setSize(const unsigned pW, const unsigned pH)
59
{
60
FG_THROW(fg_set_window_size(get(), pW, pH));
61
}
62
63
void Window::setColorMap(const ColorMap cmap)
64
{
Callers
1
fg_set_window_size
Function · 0.45
Calls
1
fg_set_window_size
Function · 0.85
Tested by
no test coverage detected