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

Method close

pdal/private/gdal/Raster.cpp:634–639  ·  view source on GitHub ↗

Close an open raster. */

Source from the content-addressed store, hash-verified

632 Close an open raster.
633*/
634void Raster::close()
635{
636 GDALClose(m_ds);
637 m_ds = nullptr;
638 m_types.clear();
639}
640
641
642BOX2D Raster::bounds() const

Callers 15

dumpMethod · 0.45
unwrapMethod · 0.45
doneFileMethod · 0.45
doneMethod · 0.45
doneMethod · 0.45
initializeMethod · 0.45
doneMethod · 0.45
writeCompressedMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
initializeMethod · 0.45
Seb_debug.CFile · 0.45

Calls 1

clearMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36