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

Function Reader

pdal/Reader.hpp:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 typedef std::function<void(PointView&, PointId)> PointReadFunc;
57
58 Reader()
59 {}
60
61 void setReadCb(PointReadFunc cb)
62 { m_cb = cb; }

Callers 6

BufferReader.hppFile · 0.50
RxpReader.hppFile · 0.50
E57SimpleReader.hFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected