GDAL
gdal_raster_cpp.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * Name: gdal_raster_cpp.h
4 * Project: GDAL Core
5 * Purpose: GDAL Core Raster C++ declarations.
6 * Author: Frank Warmerdam, warmerdam@pobox.com
7 *
8 ******************************************************************************
9 * Copyright (c) 1998, Frank Warmerdam
10 * Copyright (c) 2007-2014, Even Rouault <even dot rouault at spatialys.com>
11 *
12 * SPDX-License-Identifier: MIT
13 ****************************************************************************/
14
15#ifndef GDAL_RASTER_CPP_H_INCLUDED
16#define GDAL_RASTER_CPP_H_INCLUDED
17
28
29#include "gdal_multidomainmetadata.h"
30#include "gdal_majorobject.h"
31#include "gdal_defaultoverviews.h"
32#include "gdal_openinfo.h"
33#include "gdal_gcp.h"
34#include "gdal_geotransform.h"
35#include "gdal_dataset.h"
36#include "gdal_rasterblock.h"
37#include "gdal_colortable.h"
38#include "gdal_rasterband.h"
39#include "gdal_maskbands.h"
40#include "gdal_driver.h"
41#include "gdal_drivermanager.h"
42#include "gdal_asyncreader.h"
43#include "gdal_relationship.h"
44#include "gdal_cpp_functions.h"
45
46#endif