Home
last modified time | relevance | path

Searched refs:poUnderlyingBand (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdaloverviewdataset.cpp117 GDALRasterBand* poUnderlyingBand = nullptr; member in GDALOverviewBand
287 band->poUnderlyingBand = nullptr; in CloseDependentDatasets()
296 m_poMaskBand->poUnderlyingBand = nullptr; in CloseDependentDatasets()
588 poUnderlyingBand = in GDALOverviewBand()
593 poUnderlyingBand = in GDALOverviewBand()
615 if( poUnderlyingBand ) in FlushCache()
616 return poUnderlyingBand->FlushCache(); in FlushCache()
626 if( poUnderlyingBand ) in RefUnderlyingRasterBand()
627 return poUnderlyingBand; in RefUnderlyingRasterBand()
646 auto poUnderlyingDS = poUnderlyingBand ? poUnderlyingBand->GetDataset() : nullptr; in GetOverviewCount()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdaloverviewdataset.cpp117 GDALRasterBand* poUnderlyingBand = nullptr; member in GDALOverviewBand
287 band->poUnderlyingBand = nullptr; in CloseDependentDatasets()
296 m_poMaskBand->poUnderlyingBand = nullptr; in CloseDependentDatasets()
588 poUnderlyingBand = in GDALOverviewBand()
593 poUnderlyingBand = in GDALOverviewBand()
615 if( poUnderlyingBand ) in FlushCache()
616 return poUnderlyingBand->FlushCache(); in FlushCache()
626 if( poUnderlyingBand ) in RefUnderlyingRasterBand()
627 return poUnderlyingBand; in RefUnderlyingRasterBand()
646 auto poUnderlyingDS = poUnderlyingBand ? poUnderlyingBand->GetDataset() : nullptr; in GetOverviewCount()
[all …]
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdaloverviewdataset.cpp117 GDALRasterBand* poUnderlyingBand = nullptr; member in GDALOverviewBand
287 band->poUnderlyingBand = nullptr; in CloseDependentDatasets()
296 m_poMaskBand->poUnderlyingBand = nullptr; in CloseDependentDatasets()
588 poUnderlyingBand = in GDALOverviewBand()
593 poUnderlyingBand = in GDALOverviewBand()
615 if( poUnderlyingBand ) in FlushCache()
616 return poUnderlyingBand->FlushCache(); in FlushCache()
626 if( poUnderlyingBand ) in RefUnderlyingRasterBand()
627 return poUnderlyingBand; in RefUnderlyingRasterBand()
646 auto poUnderlyingDS = poUnderlyingBand ? poUnderlyingBand->GetDataset() : nullptr; in GetOverviewCount()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaloverviewdataset.cpp106 GDALRasterBand* poUnderlyingBand; member in GDALOverviewBand
237 ((GDALOverviewBand*)papoBands[i])->poUnderlyingBand = NULL; in CloseDependentDatasets()
507 poUnderlyingBand = poDS->poMainDS->GetRasterBand(nBand)->GetOverview(poDS->nOvrLevel); in GDALOverviewBand()
510 eDataType = poUnderlyingBand->GetRasterDataType(); in GDALOverviewBand()
511 poUnderlyingBand->GetBlockSize(&nBlockXSize, &nBlockYSize); in GDALOverviewBand()
530 return poUnderlyingBand->FlushCache(); in FlushCache()
541 return poUnderlyingBand; in RefUnderlyingRasterBand()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp78 GDALRasterBand* poUnderlyingBand; member in CALSRasterBand
84 poUnderlyingBand = poDSIn->poUnderlyingDS->GetRasterBand(1); in CALSRasterBand()
85 poUnderlyingBand->GetBlockSize(&nBlockXSize, &nBlockYSize); in CALSRasterBand()
92 return poUnderlyingBand->ReadBlock(nBlockXOff, nBlockYOff, pData); in IReadBlock()
103 return poUnderlyingBand->RasterIO( in IRasterIO()
111 return poUnderlyingBand->GetColorTable(); in GetColorTable()
121 return poUnderlyingBand->GetMetadata(pszDomain); in GetMetadata()
127 return poUnderlyingBand->GetMetadataItem(pszKey, pszDomain); in GetMetadataItem()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp78 GDALRasterBand* poUnderlyingBand; member in CALSRasterBand
84 poUnderlyingBand = poDSIn->poUnderlyingDS->GetRasterBand(1); in CALSRasterBand()
85 poUnderlyingBand->GetBlockSize(&nBlockXSize, &nBlockYSize); in CALSRasterBand()
92 return poUnderlyingBand->ReadBlock(nBlockXOff, nBlockYOff, pData); in IReadBlock()
103 return poUnderlyingBand->RasterIO( in IRasterIO()
111 return poUnderlyingBand->GetColorTable(); in GetColorTable()
121 return poUnderlyingBand->GetMetadata(pszDomain); in GetMetadata()
127 return poUnderlyingBand->GetMetadataItem(pszKey, pszDomain); in GetMetadataItem()
/dports/graphics/gdal/gdal-3.3.3/frmts/cals/
H A Dcalsdataset.cpp78 GDALRasterBand* poUnderlyingBand; member in CALSRasterBand
84 poUnderlyingBand = poDSIn->poUnderlyingDS->GetRasterBand(1); in CALSRasterBand()
85 poUnderlyingBand->GetBlockSize(&nBlockXSize, &nBlockYSize); in CALSRasterBand()
92 return poUnderlyingBand->ReadBlock(nBlockXOff, nBlockYOff, pData); in IReadBlock()
103 return poUnderlyingBand->RasterIO( in IRasterIO()
111 return poUnderlyingBand->GetColorTable(); in GetColorTable()
121 return poUnderlyingBand->GetMetadata(pszDomain); in GetMetadata()
127 return poUnderlyingBand->GetMetadataItem(pszKey, pszDomain); in GetMetadataItem()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/ers/
H A Dersdataset.cpp853 explicit ERSProxyRasterBand(GDALRasterBand* poUnderlyingBand): in ERSProxyRasterBand() argument
854 m_poUnderlyingBand(poUnderlyingBand) in ERSProxyRasterBand()
856 poUnderlyingBand->GetBlockSize(&nBlockXSize, &nBlockYSize); in ERSProxyRasterBand()
857 eDataType = poUnderlyingBand->GetRasterDataType(); in ERSProxyRasterBand()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ers/
H A Dersdataset.cpp853 explicit ERSProxyRasterBand(GDALRasterBand* poUnderlyingBand):
854 m_poUnderlyingBand(poUnderlyingBand)
856 poUnderlyingBand->GetBlockSize(&nBlockXSize, &nBlockYSize);
857 eDataType = poUnderlyingBand->GetRasterDataType();
/dports/graphics/gdal/gdal-3.3.3/frmts/ers/
H A Dersdataset.cpp853 explicit ERSProxyRasterBand(GDALRasterBand* poUnderlyingBand): in ERSProxyRasterBand() argument
854 m_poUnderlyingBand(poUnderlyingBand) in ERSProxyRasterBand()
856 poUnderlyingBand->GetBlockSize(&nBlockXSize, &nBlockYSize); in ERSProxyRasterBand()
857 eDataType = poUnderlyingBand->GetRasterDataType(); in ERSProxyRasterBand()