GDAL
gdal_multidim_cpp.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * Name: gdal_multidim_cpp.h
4 * Project: GDAL Core
5 * Purpose: GDAL Core Multidimensional C++ declarations.
6 * Author: Even Rouault, <even dot rouault at spatialys.com>
7 *
8 ******************************************************************************
9 * Copyright (c) 2025 Even Rouault <even dot rouault at spatialys.com>
10 *
11 * SPDX-License-Identifier: MIT
12 ****************************************************************************/
13
14#ifndef GDAL_MULTIDIM_CPP_H_INCLUDED
15#define GDAL_MULTIDIM_CPP_H_INCLUDED
16
27
28#include "gdal_dataset.h"
29#include "gdal_drivermanager.h"
30#include "gdal_multidim.h"
31#include "gdal_pam_multidim.h"
32
33#endif