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

Method grid

src/api/cpp/graphics.cpp:158–160  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

156
157// NOLINTNEXTLINE(readability-make-member-function-const)
158void Window::grid(const int rows, const int cols) {
159 AF_THROW(af_grid(get(), rows, cols));
160}
161
162void Window::setAxesLimits(const array& x, const array& y, const bool exact) {
163 af_cell temp{_r, _c, NULL, AF_COLORMAP_DEFAULT};

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_gridFunction · 0.50
getFunction · 0.50

Tested by

no test coverage detected