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

Method initialize

filters/StraightenFilter.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void StraightenFilter::initialize()
83{
84 if (!m_args->m_polyline.valid())
85 throwError("Geometrically invalid polygon in option 'polyline'.");
86}
87
88bool StraightenFilter::processOne(PointRef& point)
89{

Callers

nothing calls this directly

Calls 1

validMethod · 0.45

Tested by

no test coverage detected