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

Method readElement

io/PlyReader.cpp:440–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438
439
440void PlyReader::readElement(Element& elt, PointRef& point)
441{
442 for (auto& prop : elt.m_properties)
443 if (!readProperty(prop.get(), point))
444 throwError("Error reading data for point/element " +
445 std::to_string(point.pointId()) + ".");
446}
447
448
449void PlyReader::ready(PointTableRef table)

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected