Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ show
Method
show
src/api/cpp/graphics.cpp:203–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void Window::show() {
204
AF_THROW(af_show(get()));
205
_r = -1;
206
_c = -1;
207
}
208
209
// NOLINTNEXTLINE(readability-make-member-function-const)
210
bool Window::close() {
Callers
15
kmeans_demo
Function · 0.80
geneticSearch
Function · 0.80
swe
Function · 0.80
templateMatchingDemo
Function · 0.80
main
Function · 0.80
main
Function · 0.80
pyramids_demo
Function · 0.80
brain_seg
Function · 0.80
optical_flow_demo
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
2
af_show
Function · 0.50
get
Function · 0.50
Tested by
no test coverage detected