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

Method checkTile

io/CopcReader.cpp:910–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

908}
909
910void CopcReader::checkTile(const copc::Tile& tile)
911{
912 if (tile.error().size())
913 {
914 m_p->pool->stop();
915 throwError("Error reading tile: " + tile.error());
916 }
917}
918
919
920// Put the contents of a tile into the destination point view.

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected