MCPcopy Create free account
hub / github.com/PDAL/PDAL / windowFill

Method windowFill

io/private/GDALGrid.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void GDALGrid::windowFill()
128{
129 for (int i = 0; i < width(); ++i)
130 for (int j = 0; j < height(); ++j)
131 if (empty(i, j))
132 windowFill(i, j);
133}
134
135/**
136 Expand the grid to a new size.

Callers

nothing calls this directly

Calls 4

widthFunction · 0.85
atMethod · 0.80
heightFunction · 0.50
emptyFunction · 0.50

Tested by

no test coverage detected