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

Method QuadPointRef

pdal/QuadIndex.hpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65struct QuadPointRef
66{
67 QuadPointRef(const Point& point, std::size_t pbIndex)
68 : point(point)
69 , pbIndex(pbIndex)
70 { }
71
72 const Point point;
73 const std::size_t pbIndex;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected