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

Method appendPoint

pdal/PointView.hpp:566–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566inline void PointView::appendPoint(const PointView& buffer, PointId id)
567{
568 // Invalid 'id' is a programmer error.
569 m_index.push_back(buffer.m_index[id]);
570 m_size++;
571}
572
573
574PDAL_EXPORT std::ostream& operator<<(std::ostream& ostr, const PointView&);

Callers 15

writeMethod · 0.80
runMethod · 0.80
sampleMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64