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

Method savePoints

plugins/rxp/io/RxpPointcloud.cpp:136–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136void RxpPointcloud::savePoints() {
137 if (endOfInput()) {
138 return;
139 }
140 for (m_dec.get(m_rxpbuf); !m_dec.eoi(); m_dec.get(m_rxpbuf))
141 {
142 dispatch(m_rxpbuf.begin(), m_rxpbuf.end());
143 if (!m_points.empty()) return;
144 }
145}
146
147
148void RxpPointcloud::on_pps_synchronized()

Callers

nothing calls this directly

Calls 4

getMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected