Lines Matching refs:VRTRawRasterBand
62 VRTRawRasterBand::VRTRawRasterBand( GDALDataset *poDSIn, int nBandIn, in VRTRawRasterBand() function in VRTRawRasterBand
82 VRTRawRasterBand::~VRTRawRasterBand() in ~VRTRawRasterBand()
93 CPLErr VRTRawRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
144 CPLErr VRTRawRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff, in IReadBlock()
162 CPLErr VRTRawRasterBand::IWriteBlock( int nBlockXOff, int nBlockYOff, in IWriteBlock()
182 CPLErr VRTRawRasterBand::SetRawLink( const char *pszFilename, in SetRawLink()
306 void VRTRawRasterBand::ClearRawLink() in ClearRawLink()
329 CPLVirtualMem * VRTRawRasterBand::GetVirtualMemAuto( GDALRWFlag eRWFlag, in GetVirtualMemAuto()
350 CPLErr VRTRawRasterBand::XMLInit( CPLXMLNode * psTree, in XMLInit()
441 CPLXMLNode *VRTRawRasterBand::SerializeToXML( const char *pszVRTPath ) in SerializeToXML()
512 void VRTRawRasterBand::GetFileList( char*** ppapszFileList, int *pnSize, in GetFileList()