GDAL
GDALPamRasterBand Member List

This is the complete list of members for GDALPamRasterBand, including all inherited members.

AdviseRead(int nXOff, int nYOff, int nXSize, int nYSize, int nBufXSize, int nBufYSize, GDALDataType eBufType, char **papszOptions)GDALRasterBandvirtual
AsMDArray() constGDALRasterBand
BuildMetadataDomainList(char **papszList, int bCheckNonEmpty,...) CPL_NULL_TERMINATEDGDALMajorObjectprotected
BuildOverviews(const char *pszResampling, int nOverviews, const int *panOverviewList, GDALProgressFunc pfnProgress, void *pProgressData, CSLConstList papszOptions)GDALRasterBandvirtual
ComputeRasterMinMax(int, double *)GDALRasterBandvirtual
ComputeStatistics(int bApproxOK, double *pdfMin, double *pdfMax, double *pdfMean, double *pdfStdDev, GDALProgressFunc, void *pProgressData)GDALRasterBandvirtual
CreateMaskBand(int nFlagsIn)GDALRasterBandvirtual
DeleteNoDataValue() overrideGDALPamRasterBandvirtual
DropCache()GDALRasterBandvirtual
Fill(double dfRealValue, double dfImaginaryValue=0)GDALRasterBandvirtual
FlushBlock(int, int, int bWriteDirtyBlock=TRUE)GDALRasterBand
FlushCache(bool bAtClosing=false)GDALRasterBandvirtual
FromHandle(GDALRasterBandH hBand)GDALRasterBandinlinestatic
GDALMajorObject() (defined in GDALMajorObject)GDALMajorObject
GDALPamDataset (defined in GDALPamRasterBand)GDALPamRasterBandfriend
GDALPamRasterBand() (defined in GDALPamRasterBand)GDALPamRasterBand
GDALRasterBand()GDALRasterBand
GDALRasterBand(int bForceCachedIO)GDALRasterBandexplicit
GetAccess()GDALRasterBand
GetActualBlockSize(int, int, int *, int *)GDALRasterBand
GetBand()GDALRasterBand
GetBlockSize(int *, int *)GDALRasterBand
GetCategoryNames() overrideGDALPamRasterBandvirtual
GetColorInterpretation() overrideGDALPamRasterBandvirtual
GetColorTable() overrideGDALPamRasterBandvirtual
GetDataCoverageStatus(int nXOff, int nYOff, int nXSize, int nYSize, int nMaskFlagStop=0, double *pdfDataPct=nullptr)GDALRasterBand
GetDataset()GDALRasterBand
GetDefaultHistogram(double *pdfMin, double *pdfMax, int *pnBuckets, GUIntBig **ppanHistogram, int bForce, GDALProgressFunc, void *pProgressData) overrideGDALPamRasterBandvirtual
GetDefaultRAT() overrideGDALPamRasterBandvirtual
GetDescription() constGDALMajorObjectvirtual
GetHistogram(double dfMin, double dfMax, int nBuckets, GUIntBig *panHistogram, int bIncludeOutOfRange, int bApproxOK, GDALProgressFunc, void *pProgressData) overrideGDALPamRasterBandvirtual
GetIndexColorTranslationTo(GDALRasterBand *poReferenceBand, unsigned char *pTranslationTable=nullptr, int *pApproximateMatching=nullptr)GDALRasterBand
GetLockedBlockRef(int nXBlockOff, int nYBlockOff, int bJustInitialize=FALSE)GDALRasterBand
GetMaskBand()GDALRasterBandvirtual
GetMaskFlags()GDALRasterBandvirtual
GetMaskValueRange() constGDALRasterBandvirtual
GetMaximum(int *pbSuccess=nullptr)GDALRasterBandvirtual
GetMetadata(const char *pszDomain="")GDALMajorObjectvirtual
GetMetadataDomainList()GDALMajorObjectvirtual
GetMetadataItem(const char *pszName, const char *pszDomain="") overrideGDALRasterBandvirtual
GetMinimum(int *pbSuccess=nullptr)GDALRasterBandvirtual
GetMOFlags() constGDALMajorObject
GetNoDataValue(int *pbSuccess=nullptr) overrideGDALPamRasterBandvirtual
GetNoDataValueAsInt64(int *pbSuccess=nullptr) overrideGDALPamRasterBandvirtual
GetNoDataValueAsUInt64(int *pbSuccess=nullptr) overrideGDALPamRasterBandvirtual
GetOffset(int *pbSuccess=nullptr) overrideGDALPamRasterBandvirtual
GetOverview(int)GDALRasterBandvirtual
GetOverviewCount()GDALRasterBandvirtual
GetRasterDataType(void)GDALRasterBand
GetRasterSampleOverview(GUIntBig)GDALRasterBandvirtual
GetScale(int *pbSuccess=nullptr) overrideGDALPamRasterBandvirtual
GetStatistics(int bApproxOK, int bForce, double *pdfMin, double *pdfMax, double *pdfMean, double *padfStdDev)GDALRasterBandvirtual
GetSuggestedBlockAccessPattern() constGDALRasterBandvirtual
GetUnitType() overrideGDALPamRasterBandvirtual
GetVirtualMemAuto(GDALRWFlag eRWFlag, int *pnPixelSpace, GIntBig *pnLineSpace, char **papszOptions)GDALRasterBandvirtual
GetXSize()GDALRasterBand
GetYSize()GDALRasterBand
HasArbitraryOverviews()GDALRasterBandvirtual
IGetDataCoverageStatus(int nXOff, int nYOff, int nXSize, int nYSize, int nMaskFlagStop, double *pdfDataPct)GDALRasterBandprotectedvirtual
IRasterIO(GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, GSpacing, GSpacing, GDALRasterIOExtraArg *psExtraArg)GDALRasterBandprotectedvirtual
IReadBlock(int nBlockXOff, int nBlockYOff, void *pData)=0GDALRasterBandprotectedpure virtual
IsMaskBand() constGDALRasterBandvirtual
IWriteBlock(int nBlockXOff, int nBlockYOff, void *pData)GDALRasterBandprotectedvirtual
RasterIO(GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, GSpacing, GSpacing, GDALRasterIOExtraArg *psExtraArg)GDALRasterBand
ReadBlock(int, int, void *)GDALRasterBand
ReportError(CPLErr eErrClass, CPLErrorNum err_no, const char *fmt,...) CPL_PRINT_FUNC_FORMAT(4GDALRasterBand
SetCategoryNames(char **) overrideGDALPamRasterBandvirtual
SetColorInterpretation(GDALColorInterp) overrideGDALPamRasterBandvirtual
SetColorTable(GDALColorTable *) overrideGDALPamRasterBandvirtual
SetDefaultHistogram(double dfMin, double dfMax, int nBuckets, GUIntBig *panHistogram) overrideGDALPamRasterBandvirtual
SetDefaultRAT(const GDALRasterAttributeTable *) overrideGDALPamRasterBandvirtual
SetDescription(const char *) overrideGDALPamRasterBandvirtual
SetMetadata(char **papszMetadata, const char *pszDomain="") overrideGDALPamRasterBandvirtual
SetMetadataItem(const char *pszName, const char *pszValue, const char *pszDomain="") overrideGDALPamRasterBandvirtual
SetMOFlags(int nFlagsIn)GDALMajorObject
SetNoDataValue(double) overrideGDALPamRasterBandvirtual
SetNoDataValueAsInt64(int64_t nNoData) overrideGDALPamRasterBandvirtual
SetNoDataValueAsUInt64(uint64_t nNoData) overrideGDALPamRasterBandvirtual
SetOffset(double) overrideGDALPamRasterBandvirtual
SetScale(double) overrideGDALPamRasterBandvirtual
SetStatistics(double dfMin, double dfMax, double dfMean, double dfStdDev)GDALRasterBandvirtual
SetUnitType(const char *) overrideGDALPamRasterBandvirtual
ToHandle(GDALRasterBand *poBand)GDALRasterBandinlinestatic
GDALMajorObject::ToHandle(GDALMajorObject *poMajorObject)GDALMajorObjectinlinestatic
TryGetLockedBlockRef(int nXBlockOff, int nYBlockYOff)GDALRasterBand
WriteBlock(int, int, void *)GDALRasterBand
~GDALMajorObject() (defined in GDALMajorObject)GDALMajorObjectvirtual
~GDALPamRasterBand() override (defined in GDALPamRasterBand)GDALPamRasterBand
~GDALRasterBand() overrideGDALRasterBand