Public Member Functions |
virtual CPLErr | RasterIO (int nXOff, int nYOff, int nXSize, int nYSize, void *pData, int nBufXSize, int nBufYSize, GDALDataType eBufType, int nPixelSpace, int nLineSpace) |
virtual double | GetMinimum (int nXSize, int nYSize, int *pbSuccess) |
virtual double | GetMaximum (int nXSize, int nYSize, int *pbSuccess) |
virtual CPLErr | ComputeRasterMinMax (int nXSize, int nYSize, int bApproxOK, double *adfMinMax) |
virtual CPLErr | ComputeStatistics (int nXSize, int nYSize, int bApproxOK, double *pdfMin, double *pdfMax, double *pdfMean, double *pdfStdDev, GDALProgressFunc pfnProgress, void *pProgressData) |
virtual CPLErr | GetHistogram (int nXSize, int nYSize, double dfMin, double dfMax, int nBuckets, int *panHistogram, int bIncludeOutOfRange, int bApproxOK, GDALProgressFunc pfnProgress, void *pProgressData) |
virtual CPLXMLNode * | SerializeToXML (const char *pszVRTPath) |
virtual CPLErr | XMLInit (CPLXMLNode *, const char *) |
virtual const char * | GetType () |
double | LookupValue (double dfInput) |
Public Attributes |
int | bDoScaling |
double | dfScaleOff |
double | dfScaleRatio |
double * | padfLUTInputs |
double * | padfLUTOutputs |
int | nLUTItemCount |
int | nColorTableComponent |
Protected Member Functions |
CPLErr | RasterIOInternal (int nReqXOff, int nReqYOff, int nReqXSize, int nReqYSize, void *pData, int nOutXSize, int nOutYSize, GDALDataType eBufType, int nPixelSpace, int nLineSpace) |