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

Method setAxesLimits

src/api/cpp/graphics.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void Window::setAxesLimits(const array& x, const array& y, const bool exact) {
163 af_cell temp{_r, _c, NULL, AF_COLORMAP_DEFAULT};
164 AF_THROW(af_set_axes_limits_compute(get(), x.get(), y.get(), NULL, exact,
165 &temp));
166}
167
168void Window::setAxesLimits(const array& x, const array& y, const array& z,
169 const bool exact) {

Callers 1

sweFunction · 0.80

Calls 5

getFunction · 0.50
af_set_axes_limits_2dFunction · 0.50
af_set_axes_limits_3dFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected