Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
void StraightenFilter::initialize()
83
{
84
if (!m_args->m_polyline.valid())
85
throwError(
"Geometrically invalid polygon in option 'polyline'."
);
86
}
87
88
bool StraightenFilter::processOne(PointRef& point)
89
{
Callers
nothing calls this directly
Calls
1
valid
Method · 0.45
Tested by
no test coverage detected