GDAL
|
This is the complete list of members for VRTDerivedRasterBand, 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 | |
AddMaskBandSource(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) (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 |
apoOverviews (defined in VRTRasterBand) | VRTRasterBand | protected |
bEqualAreas (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
bForceCachedIO (defined in GDALRasterBand) | GDALRasterBand | protected |
bHideNoDataValue (defined in VRTRasterBand) | VRTRasterBand | protected |
bIsMaskBand (defined in VRTRasterBand) | VRTRasterBand | protected |
bNoDataValueSet (defined in VRTRasterBand) | VRTRasterBand | protected |
bOwnMask (defined in GDALRasterBand) | GDALRasterBand | protected |
bSubBlockingActive (defined in GDALRasterBand) | GDALRasterBand | protected |
BuildMetadataDomainList(char **papszList, int bCheckNonEmpty,...) CPL_NULL_TERMINATED | GDALMajorObject | protected |
BuildOverviews(const char *, int, int *, GDALProgressFunc, void *) | GDALRasterBand | virtual |
CloseDependentDatasets() (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | virtual |
ComputeRasterMinMax(int bApproxOK, double *adfMinMax) | VRTSourcedRasterBand | virtual |
ComputeStatistics(int bApproxOK, double *pdfMin, double *pdfMax, double *pdfMean, double *pdfStdDev, GDALProgressFunc pfnProgress, void *pProgressData) | VRTSourcedRasterBand | virtual |
ConfigureSource(VRTSimpleSource *poSimpleSource, GDALRasterBand *poSrcBand, int bAddAsMaskBand, int nSrcXOff, int nSrcYOff, int nSrcXSize, int nSrcYSize, int nDstXOff, int nDstYOff, int nDstXSize, int nDstYSize) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | |
CopyCommonInfoFrom(GDALRasterBand *) (defined in VRTRasterBand) | VRTRasterBand | |
CreateMaskBand(int nFlags) | VRTRasterBand | 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, int bWriteDirtyBlock=TRUE) (defined in GDALRasterBand) | GDALRasterBand | |
FlushCache() | GDALRasterBand | virtual |
GDALMajorObject() (defined in GDALMajorObject) | GDALMajorObject | |
GDALRasterBand() | GDALRasterBand | |
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 |
GetFileList(char ***ppapszFileList, int *pnSize, int *pnMaxSize, CPLHashSet *hSetFiles) (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | virtual |
GetHistogram(double dfMin, double dfMax, int nBuckets, int *panHistogram, int bIncludeOutOfRange, int bApproxOK, GDALProgressFunc pfnProgress, void *pProgressData) | VRTSourcedRasterBand | virtual |
GetIndexColorTranslationTo(GDALRasterBand *poReferenceBand, unsigned char *pTranslationTable=NULL, int *pApproximateMatching=NULL) | GDALRasterBand | |
GetLockedBlockRef(int nXBlockOff, int nYBlockOff, int bJustInitialize=FALSE) | GDALRasterBand | |
GetMaskBand() | VRTRasterBand | virtual |
GetMaskFlags() | VRTRasterBand | virtual |
GetMaximum(int *pbSuccess=NULL) | VRTSourcedRasterBand | virtual |
GetMetadata(const char *pszDomain="") | VRTSourcedRasterBand | virtual |
GetMetadataDomainList() | VRTSourcedRasterBand | virtual |
GetMetadataItem(const char *pszName, const char *pszDomain="") | VRTSourcedRasterBand | virtual |
GetMinimum(int *pbSuccess=NULL) | VRTSourcedRasterBand | virtual |
GetMOFlags() (defined in GDALMajorObject) | GDALMajorObject | |
GetNoDataValue(int *pbSuccess=NULL) | VRTRasterBand | virtual |
GetOffset(int *pbSuccess=NULL) | VRTRasterBand | virtual |
GetOverview(int) | VRTRasterBand | virtual |
GetOverviewCount() | VRTRasterBand | 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 |
GetVirtualMemAuto(GDALRWFlag eRWFlag, int *pnPixelSpace, GIntBig *pnLineSpace, char **papszOptions) | GDALRasterBand | virtual |
GetXSize() | GDALRasterBand | |
GetYSize() | GDALRasterBand | |
HasArbitraryOverviews() | GDALRasterBand | virtual |
InitBlockInfo() (defined in GDALRasterBand) | GDALRasterBand | protected |
InvalidateMaskBand() (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 |
IsSourcedRasterBand() (defined in VRTSourcedRasterBand) | VRTSourcedRasterBand | inlinevirtual |
IWriteBlock(int, int, void *) (defined in GDALRasterBand) | GDALRasterBand | protectedvirtual |
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 |
poMaskBand (defined in VRTRasterBand) | VRTRasterBand | 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 | |
ReportError(CPLErr eErrClass, int err_no, const char *fmt,...) CPL_PRINT_FUNC_FORMAT(4 | 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) | VRTRasterBand | virtual |
SetDefaultRAT(const GDALRasterAttributeTable *) | GDALRasterBand | virtual |
SetDescription(const char *) | VRTRasterBand | virtual |
SetIsMaskBand() (defined in VRTRasterBand) | VRTRasterBand | |
SetMaskBand(VRTRasterBand *poMaskBand) (defined in VRTRasterBand) | VRTRasterBand | |
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 |
UnsetNoDataValue() (defined in VRTRasterBand) | VRTRasterBand | |
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 |