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

Method filter

filters/GeoreferenceFilter.cpp:293–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void GeoreferenceFilter::filter(PointView& view)
294{
295 PointRef point(view, 0);
296 for (PointId idx = 0; idx < view.size(); ++idx)
297 {
298 point.setPointId(idx);
299 processOne(point);
300 }
301 view.invalidateProducts();
302}
303
304} // namespace pdal

Callers

nothing calls this directly

Calls 4

processOneFunction · 0.85
setPointIdMethod · 0.80
invalidateProductsMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected