12#ifndef VRT_PRIV_H_INCLUDED
13#define VRT_PRIV_H_INCLUDED
23struct CPL_DLL GTISourceDesc
25 std::string osFilename{};
32class GDALTileIndexDataset;
34GDALTileIndexDataset CPL_DLL *GDALDatasetCastToGTIDataset(
GDALDataset *poDS);
36std::vector<GTISourceDesc> CPL_DLL
37GTIGetSourcesMoreRecentThan(GDALTileIndexDataset *poDS, int64_t mTime);
41std::unique_ptr<GDALColorTable>
42 CPL_DLL VRTParseColorTable(
const CPLXMLNode *psColorTable);
String list class designed around our use of C "char**" string lists.
Definition cpl_string.h:454
A set of associated raster bands, usually from one file.
Definition gdal_dataset.h:76
Core portability definitions for CPL.
This file is legacy since GDAL 3.12, but will be kept at least in the whole GDAL 3....
Document node structure.
Definition cpl_minixml.h:54