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

Function CpdFilter

plugins/cpd/filters/CpdFilter.hpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 static std::string defaultMethod();
46
47 CpdFilter() : Filter(), m_fixed(nullptr), m_method(""), m_complete(false)
48 {
49 }
50 std::string getName() const;
51
52 virtual PointViewSet run(PointViewPtr view);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected