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

Method run

filters/SkewnessBalancingFilter.cpp:127–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127PointViewSet SkewnessBalancingFilter::run(PointViewPtr input)
128{
129 PointViewSet viewSet;
130 viewSet.insert(input);
131
132 bool logOutput = log()->getLevel() > LogLevel::Debug1;
133 if (logOutput)
134 log()->floatPrecision(8);
135
136 processGround(input);
137
138 return viewSet;
139}
140
141} // namespace pdal

Callers

nothing calls this directly

Calls 3

floatPrecisionMethod · 0.80
logFunction · 0.50
insertMethod · 0.45

Tested by

no test coverage detected