Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
634
void Raster::close()
635
{
636
GDALClose(m_ds);
637
m_ds = nullptr;
638
m_types.clear();
639
}
640
641
642
BOX2D Raster::bounds() const
Callers
15
dump
Method · 0.45
unwrap
Method · 0.45
doneFile
Method · 0.45
done
Method · 0.45
done
Method · 0.45
initialize
Method · 0.45
done
Method · 0.45
writeCompressed
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
initialize
Method · 0.45
Seb_debug.C
File · 0.45
Calls
1
clear
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36