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:436
A set of associated raster bands, usually from one file.
Definition: gdal_priv.h:495
Core portability definitions for CPL.
Document node structure.
Definition: cpl_minixml.h:55