28#ifndef VRT_PRIV_H_INCLUDED
29#define VRT_PRIV_H_INCLUDED
39struct CPL_DLL GTISourceDesc
41 std::string osFilename{};
48class GDALTileIndexDataset;
50GDALTileIndexDataset CPL_DLL *GDALDatasetCastToGTIDataset(
GDALDataset *poDS);
52std::vector<GTISourceDesc> CPL_DLL
53GTIGetSourcesMoreRecentThan(GDALTileIndexDataset *poDS, int64_t mTime);
57std::unique_ptr<GDALColorTable>
58VRTParseColorTable(
const CPLXMLNode *psColorTable);
String list class designed around our use of C "char**" string lists.
Definition: cpl_string.h:449
A set of associated raster bands, usually from one file.
Definition: gdal_priv.h:490
Core portability definitions for CPL.
Document node structure.
Definition: cpl_minixml.h:71