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

Method readProperty

io/PlyReader.cpp:374–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372
373
374bool PlyReader::readProperty(Property *prop, PointRef& point)
375{
376 if (!m_stream->good())
377 return false;
378 prop->read(m_stream, m_format, point);
379 return true;
380}
381
382
383void PlyReader::SimpleProperty::read(std::istream *stream,

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected