, including all inherited members.
AddComplexSource(GDALRasterBand *poSrcBand, int nSrcXOff=-1, int nSrcYOff=-1, int nSrcXSize=-1, int nSrcYSize=-1, int nDstXOff=-1, int nDstYOff=-1, int nDstXSize=-1, int nDstYSize=-1, double dfScaleOff=0.0, double dfScaleRatio=1.0, double dfNoDataValue=VRT_NODATA_UNSET, int nColorTableComponent=0) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
AddFuncSource(VRTImageReadFunc pfnReadFunc, void *hCBData, double dfNoDataValue=VRT_NODATA_UNSET) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
AddPixelFunction(const char *pszFuncName, GDALDerivedPixelFunc pfnPixelFunc) | VRTDerivedRasterBand | [static] |
AddSimpleSource(GDALRasterBand *poSrcBand, int nSrcXOff=-1, int nSrcYOff=-1, int nSrcXSize=-1, int nSrcYSize=-1, int nDstXOff=-1, int nDstYOff=-1, int nDstXSize=-1, int nDstYSize=-1, const char *pszResampling="near", double dfNoDataValue=VRT_NODATA_UNSET) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
AddSource(VRTSource *) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
AdoptBlock(int, int, GDALRasterBlock *) (defined in GDALRasterBand) | GDALRasterBand | [protected] |
AdviseRead(int nXOff, int nYOff, int nXSize, int nYSize, int nBufXSize, int nBufYSize, GDALDataType eDT, char **papszOptions) | GDALRasterBand | [virtual] |
bEqualAreas (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
bForceCachedIO (defined in GDALRasterBand) | GDALRasterBand | [protected] |
bNoDataValueSet (defined in VRTRasterBand) | VRTRasterBand | [protected] |
bOwnMask (defined in GDALRasterBand) | GDALRasterBand | [protected] |
bSubBlockingActive (defined in GDALRasterBand) | GDALRasterBand | [protected] |
BuildOverviews(const char *, int, int *, GDALProgressFunc, void *) | GDALRasterBand | [virtual] |
ComputeRasterMinMax(int, double *) (defined in GDALRasterBand) | GDALRasterBand | [virtual] |
ComputeStatistics(int bApproxOK, double *pdfMin, double *pdfMax, double *pdfMean, double *pdfStdDev, GDALProgressFunc, void *pProgressData) | GDALRasterBand | [virtual] |
CopyCommonInfoFrom(GDALRasterBand *) (defined in VRTRasterBand) | VRTRasterBand | |
CreateMaskBand(int nFlags) (defined in GDALRasterBand) | GDALRasterBand | [virtual] |
dfNoDataValue (defined in VRTRasterBand) | VRTRasterBand | [protected] |
dfOffset (defined in VRTRasterBand) | VRTRasterBand | [protected] |
dfScale (defined in VRTRasterBand) | VRTRasterBand | [protected] |
eAccess (defined in GDALRasterBand) | GDALRasterBand | [protected] |
eColorInterp (defined in VRTRasterBand) | VRTRasterBand | [protected] |
eDataType (defined in GDALRasterBand) | GDALRasterBand | [protected] |
eSourceTransferType (defined in VRTDerivedRasterBand) | VRTDerivedRasterBand | |
Fill(double dfRealValue, double dfImaginaryValue=0) | GDALRasterBand | [virtual] |
FlushBlock(int=-1, int=-1) (defined in GDALRasterBand) | GDALRasterBand | |
FlushCache() | GDALRasterBand | [virtual] |
GDALDataset (defined in GDALRasterBand) | GDALRasterBand | [friend] |
GDALMajorObject() (defined in GDALMajorObject) | GDALMajorObject | |
GDALProxyRasterBand (defined in GDALRasterBand) | GDALRasterBand | [friend] |
GDALRasterBand() | GDALRasterBand | |
GDALRasterBlock (defined in GDALRasterBand) | GDALRasterBand | [friend] |
GetAccess() | GDALRasterBand | |
GetBand() | GDALRasterBand | |
GetBlockSize(int *, int *) | GDALRasterBand | |
GetCategoryNames() | VRTRasterBand | [virtual] |
GetColorInterpretation() | VRTRasterBand | [virtual] |
GetColorTable() | VRTRasterBand | [virtual] |
GetDataset() | GDALRasterBand | |
GetDefaultHistogram(double *pdfMin, double *pdfMax, int *pnBuckets, int **ppanHistogram, int bForce, GDALProgressFunc, void *pProgressData) | VRTRasterBand | [virtual] |
GetDefaultRAT() | GDALRasterBand | [virtual] |
GetDescription() const | GDALMajorObject | [virtual] |
GetHistogram(double dfMin, double dfMax, int nBuckets, int *panHistogram, int bIncludeOutOfRange, int bApproxOK, GDALProgressFunc, void *pProgressData) | VRTRasterBand | [virtual] |
GetIndexColorTranslationTo(GDALRasterBand *poReferenceBand, unsigned char *pTranslationTable=NULL, int *pApproximateMatching=NULL) | GDALRasterBand | |
GetLockedBlockRef(int nXBlockOff, int nYBlockOff, int bJustInitialize=FALSE) | GDALRasterBand | |
GetMaskBand() (defined in GDALRasterBand) | GDALRasterBand | [virtual] |
GetMaskFlags() (defined in GDALRasterBand) | GDALRasterBand | [virtual] |
GetMaximum(int *pbSuccess=NULL) | GDALRasterBand | [virtual] |
GetMetadata(const char *pszDomain="") | VRTSourcedRasterBand | [virtual] |
GetMetadataItem(const char *pszName, const char *pszDomain="") | GDALMajorObject | [virtual] |
GetMinimum(int *pbSuccess=NULL) | GDALRasterBand | [virtual] |
GetMOFlags() (defined in GDALMajorObject) | GDALMajorObject | |
GetNoDataValue(int *pbSuccess=NULL) | VRTRasterBand | [virtual] |
GetOffset(int *pbSuccess=NULL) | VRTRasterBand | [virtual] |
GetOverview(int) | GDALRasterBand | [virtual] |
GetOverviewCount() | GDALRasterBand | [virtual] |
GetPixelFunction(const char *pszFuncName) | VRTDerivedRasterBand | [static] |
GetRasterDataType(void) | GDALRasterBand | |
GetRasterSampleOverview(int) | GDALRasterBand | [virtual] |
GetScale(int *pbSuccess=NULL) | VRTRasterBand | [virtual] |
GetStatistics(int bApproxOK, int bForce, double *pdfMin, double *pdfMax, double *pdfMean, double *padfStdDev) | GDALRasterBand | [virtual] |
GetUnitType() | VRTRasterBand | [virtual] |
GetXSize() | GDALRasterBand | |
GetYSize() | GDALRasterBand | |
HasArbitraryOverviews() | GDALRasterBand | [virtual] |
InitBlockInfo() (defined in GDALRasterBand) | GDALRasterBand | [protected] |
IRasterIO(GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, int, int) | VRTDerivedRasterBand | [virtual] |
IReadBlock(int, int, void *) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | [virtual] |
IWriteBlock(int, int, void *) (defined in GDALRasterBand) | GDALRasterBand | [protected, virtual] |
nBand (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nBlockReads (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nBlocksPerColumn (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nBlocksPerRow (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nBlockXSize (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nBlockYSize (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nFlags (defined in GDALMajorObject) | GDALMajorObject | [protected] |
nMaskFlags (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nRasterXSize (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nRasterYSize (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nSources (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
nSubBlocksPerColumn (defined in GDALRasterBand) | GDALRasterBand | [protected] |
nSubBlocksPerRow (defined in GDALRasterBand) | GDALRasterBand | [protected] |
oMDMD (defined in GDALMajorObject) | GDALMajorObject | [protected] |
OverviewRasterIO(GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, int, int) (defined in GDALRasterBand) | GDALRasterBand | [protected] |
papoBlocks (defined in GDALRasterBand) | GDALRasterBand | [protected] |
papoSources (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
papszCategoryNames (defined in VRTRasterBand) | VRTRasterBand | [protected] |
poColorTable (defined in VRTRasterBand) | VRTRasterBand | [protected] |
poDS (defined in GDALRasterBand) | GDALRasterBand | [protected] |
poMask (defined in GDALRasterBand) | GDALRasterBand | [protected] |
psSavedHistograms (defined in VRTRasterBand) | VRTRasterBand | [protected] |
pszFuncName (defined in VRTDerivedRasterBand) | VRTDerivedRasterBand | |
pszUnitType (defined in VRTRasterBand) | VRTRasterBand | [protected] |
RasterIO(GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, int, int) | GDALRasterBand | |
ReadBlock(int, int, void *) | GDALRasterBand | |
sDescription (defined in GDALMajorObject) | GDALMajorObject | [protected] |
SerializeToXML(const char *pszVRTPath) (defined in VRTDerivedRasterBand) | VRTDerivedRasterBand | [virtual] |
SetCategoryNames(char **) | VRTRasterBand | [virtual] |
SetColorInterpretation(GDALColorInterp) | VRTRasterBand | [virtual] |
SetColorTable(GDALColorTable *) | VRTRasterBand | [virtual] |
SetDefaultHistogram(double dfMin, double dfMax, int nBuckets, int *panHistogram) (defined in VRTRasterBand) | VRTRasterBand | [virtual] |
SetDefaultRAT(const GDALRasterAttributeTable *) | GDALRasterBand | [virtual] |
SetDescription(const char *) | GDALMajorObject | [virtual] |
SetMetadata(char **papszMetadata, const char *pszDomain="") | VRTSourcedRasterBand | [virtual] |
SetMetadataItem(const char *pszName, const char *pszValue, const char *pszDomain="") | VRTSourcedRasterBand | [virtual] |
SetMOFlags(int nFlags) (defined in GDALMajorObject) | GDALMajorObject | |
SetNoDataValue(double) | VRTRasterBand | [virtual] |
SetOffset(double) | VRTRasterBand | [virtual] |
SetPixelFunctionName(const char *pszFuncName) | VRTDerivedRasterBand | |
SetScale(double) | VRTRasterBand | [virtual] |
SetSourceTransferType(GDALDataType eDataType) | VRTDerivedRasterBand | |
SetStatistics(double dfMin, double dfMax, double dfMean, double dfStdDev) | GDALRasterBand | [virtual] |
SetUnitType(const char *) | VRTRasterBand | [virtual] |
TryGetLockedBlockRef(int nXBlockOff, int nYBlockYOff) | GDALRasterBand | [protected] |
VRTDerivedRasterBand(GDALDataset *poDS, int nBand) (defined in VRTDerivedRasterBand) | VRTDerivedRasterBand | |
VRTDerivedRasterBand(GDALDataset *poDS, int nBand, GDALDataType eType, int nXSize, int nYSize) (defined in VRTDerivedRasterBand) | VRTDerivedRasterBand | |
VRTRasterBand() (defined in VRTRasterBand) | VRTRasterBand | |
VRTSourcedRasterBand(GDALDataset *poDS, int nBand) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
VRTSourcedRasterBand(GDALDataType eType, int nXSize, int nYSize) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
VRTSourcedRasterBand(GDALDataset *poDS, int nBand, GDALDataType eType, int nXSize, int nYSize) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
WriteBlock(int, int, void *) | GDALRasterBand | |
XMLInit(CPLXMLNode *, const char *) (defined in VRTDerivedRasterBand) | VRTDerivedRasterBand | [virtual] |
~GDALMajorObject() (defined in GDALMajorObject) | GDALMajorObject | [virtual] |
~GDALRasterBand() | GDALRasterBand | [virtual] |
~VRTDerivedRasterBand() (defined in VRTDerivedRasterBand) | VRTDerivedRasterBand | [virtual] |
~VRTRasterBand() (defined in VRTRasterBand) | VRTRasterBand | [virtual] |
~VRTSourcedRasterBand() (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | [virtual] |