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

Method ready

plugins/rxp/io/RxpReader.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122void RxpReader::ready(PointTableRef table)
123{
124 m_pointcloud.reset(new RxpPointcloud(m_uri, m_syncToPps, m_reflectanceAsIntensity, m_emitEmptyShots, m_minReflectance, m_maxReflectance, table));
125}
126
127
128point_count_t RxpReader::read(PointViewPtr view, point_count_t num)

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected