GDAL
gcore
gdalalgorithm.h
1
/******************************************************************************
2
*
3
* Project: GDAL
4
* Purpose: GDALAlgorithm class
5
* Author: Even Rouault <even dot rouault at spatialys.com>
6
*
7
******************************************************************************
8
* Copyright (c) 2024, Even Rouault <even dot rouault at spatialys.com>
9
*
10
* SPDX-License-Identifier: MIT
11
****************************************************************************/
12
13
#ifndef GDAL_ALGORITHM_INCLUDED
14
#define GDAL_ALGORITHM_INCLUDED
15
16
#include "gdalalgorithm_c.h"
17
#include "gdalalgorithm_cpp.h"
18
19
#endif
// GDAL_ALGORITHM_INCLUDED
Generated by
1.17.0