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

Method getWindowGrid

src/backend/common/graphics_common.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324ForgeManager::WindowGridDims ForgeManager::getWindowGrid(
325 const fg_window window) {
326 auto gIter = mWndGridMap.find(window);
327 if (gIter == mWndGridMap.end()) { mWndGridMap[window] = make_pair(1, 1); }
328 return mWndGridMap[window];
329}
330
331fg_chart ForgeManager::getChart(const fg_window window, const int r,
332 const int c, const fg_chart_type ctype) {

Callers 5

vectorFieldWrapperFunction · 0.80
af_draw_histFunction · 0.80
af_draw_imageFunction · 0.80
plotWrapperFunction · 0.80
af_draw_surfaceFunction · 0.80

Calls 1

findMethod · 0.80

Tested by

no test coverage detected