VRTSimpleSource Class Reference
List of all members.
Public Member Functions |
|
virtual CPLErr | XMLInit (CPLXMLNode *psTree, const char *) |
|
virtual CPLXMLNode * | SerializeToXML (const char *pszVRTPath) |
|
void | SetSrcBand (GDALRasterBand *) |
|
void | SetSrcWindow (int, int, int, int) |
|
void | SetDstWindow (int, int, int, int) |
|
void | SetNoDataValue (double dfNoDataValue) |
|
int | GetSrcDstWindow (int, int, int, int, int, int, int *, int *, int *, int *, int *, int *, int *, int *) |
|
virtual CPLErr | RasterIO (int nXOff, int nYOff, int nXSize, int nYSize, void *pData, int nBufXSize, int nBufYSize, GDALDataType eBufType, int nPixelSpace, int nLineSpace) |
|
void | DstToSrc (double dfX, double dfY, double &dfXOut, double &dfYOut) |
|
void | SrcToDst (double dfX, double dfY, double &dfXOut, double &dfYOut) |
Protected Attributes |
|
GDALRasterBand * | poRasterBand |
|
int | nSrcXOff |
|
int | nSrcYOff |
|
int | nSrcXSize |
|
int | nSrcYSize |
|
int | nDstXOff |
|
int | nDstYOff |
|
int | nDstXSize |
|
int | nDstYSize |
|
int | bNoDataSet |
|
double | dfNoDataValue |
The documentation for this class was generated from the following files: