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

Method Checker

test/unit/io/LasReaderTest.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 std::string getName() const
491 { return "checker"; }
492 Checker(PointViewPtr v) : m_cnt(0), m_view(v),
493 m_bulkBuf(v->pointSize()), m_buf(v->pointSize()),
494 m_dims(v->dimTypes())
495 {}
496 private:
497 point_count_t m_cnt;
498 PointViewPtr m_view;

Callers

nothing calls this directly

Calls 2

pointSizeMethod · 0.80
dimTypesMethod · 0.45

Tested by

no test coverage detected