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

Method StraightenFilter

filters/StraightenFilter.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55};
56
57StraightenFilter::StraightenFilter()
58 : Filter(), Streamable(), m_args(new StraightenFilter::Args)
59{
60}
61
62std::string StraightenFilter::getName() const
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected