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

Method getBlockSize

pdal/private/gdal/Raster.cpp:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733void Raster::getBlockSize(int band, int &xSize, int &ySize) const
734{
735 m_ds->GetRasterBand(band + 1)->GetBlockSize(&xSize, &ySize);
736}
737
738} // namespace gdal
739} // namespace pdal

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected