MCPcopy 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
203void Window::show() {
204 AF_THROW(af_show(get()));
205 _r = -1;
206 _c = -1;
207}
208
209// NOLINTNEXTLINE(readability-make-member-function-const)
210bool Window::close() {

Callers 15

kmeans_demoFunction · 0.80
geneticSearchFunction · 0.80
sweFunction · 0.80
templateMatchingDemoFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
pyramids_demoFunction · 0.80
brain_segFunction · 0.80
optical_flow_demoFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 2

af_showFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected