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

Function getPoint

pdal/PointView.hpp:322–323  ·  view source on GitHub ↗

Provides access to the memory storing the point data. Though this function is public, other access methods are safer and preferred.

Source from the content-addressed store, hash-verified

320 /// Provides access to the memory storing the point data. Though this
321 /// function is public, other access methods are safer and preferred.
322 char *getPoint(PointId id)
323 { return m_pointTable.getPoint(m_index[id]); }
324
325 /// Provides access to the memory storing the point data. Though this
326 /// function is public, other access methods are safer and preferred.

Callers

nothing calls this directly

Calls 1

getPointMethod · 0.45

Tested by

no test coverage detected