MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / close

Method close

src/api/cpp/graphics.cpp:210–214  ·  view source on GitHub ↗

NOLINTNEXTLINE(readability-make-member-function-const)

Source from the content-addressed store, hash-verified

208
209// NOLINTNEXTLINE(readability-make-member-function-const)
210bool Window::close() {
211 bool temp = true;
212 AF_THROW(af_is_window_closed(&temp, get()));
213 return temp;
214}
215
216// NOLINTNEXTLINE(readability-make-member-function-const)
217void Window::setVisibility(const bool isVisible) {

Callers 15

compileModuleFunction · 0.80
loadModuleFromDiskFunction · 0.80
compileModuleFunction · 0.80
loadModuleFromDiskFunction · 0.80
saveFunction · 0.80
readArrayV1Function · 0.80
checkVersionAndReadFunction · 0.80
checkVersionAndFindIndexFunction · 0.80
kmeans_demoFunction · 0.80
geneticSearchFunction · 0.80
sweFunction · 0.80

Calls 2

af_is_window_closedFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected