Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.hpp
File · 0.50
TerrasolidReader.hpp
File · 0.50
SbetSmrmsgReader.hpp
File · 0.50
IcebridgeReader.hpp
File · 0.50
RxpReader.hpp
File · 0.50
E57SimpleReader.h
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected