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

Method done

io/GDALReader.cpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196
197void GDALReader::done(PointTableRef table)
198{
199 m_raster->close();
200}
201
202GDALReader::BlockReader::BlockReader(GDALReader& reader): m_reader(reader) {}
203

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected