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

Method PointLayout

pdal/PointLayout.cpp:43–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41{
42
43PointLayout::PointLayout()
44 : m_detail(Dimension::COUNT)
45 , m_used()
46 , m_propIds()
47 , m_nextFree(Dimension::PROPRIETARY)
48 , m_pointSize(0)
49 , m_finalized(false)
50{
51 int id = 0;
52 for (auto& d : m_detail)
53 {
54 d.setId((Dimension::Id)id);
55 id++;
56 }
57}
58
59
60void PointLayout::finalize()

Callers

nothing calls this directly

Calls 1

setIdMethod · 0.45

Tested by

no test coverage detected