Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
void 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
width
Function · 0.85
at
Method · 0.80
height
Function · 0.50
empty
Function · 0.50
Tested by
no test coverage detected