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

Method inspect

io/PcdReader.cpp:62–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60{}
61
62QuickInfo PcdReader::inspect()
63{
64 QuickInfo qi;
65
66 initialize();
67
68 for (auto i : m_header.m_fields)
69 qi.m_dimNames.push_back(i.m_label);
70 qi.m_pointCount = m_header.m_pointCount;
71 qi.m_valid = true;
72
73 return qi;
74}
75
76void PcdReader::ready(PointTableRef table)
77{

Callers

nothing calls this directly

Calls 1

initializeFunction · 0.85

Tested by

no test coverage detected