28 #ifndef VRT_PRIV_H_INCLUDED
29 #define VRT_PRIV_H_INCLUDED
39 struct CPL_DLL GTISourceDesc
41 std::string osFilename{};
48 class GDALTileIndexDataset;
50 GDALTileIndexDataset CPL_DLL *GDALDatasetCastToGTIDataset(
GDALDataset *poDS);
52 std::vector<GTISourceDesc> CPL_DLL
53 GTIGetSourcesMoreRecentThan(GDALTileIndexDataset *poDS, int64_t mTime);
57 std::unique_ptr<GDALColorTable>
58 VRTParseColorTable(
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:503
Core portability definitions for CPL.
Document node structure.
Definition: cpl_minixml.h:71