GDAL
alg
viewshed
util.h
1
/******************************************************************************
2
* (c) 2024 info@hobu.co
3
*
4
* SPDX-License-Identifier: MIT
5
****************************************************************************/
6
7
#ifndef VIEWSHED_UTIL_H_INCLUDED
8
#define VIEWSHED_UTIL_H_INCLUDED
9
10
#include "viewshed_types.h"
11
12
namespace
gdal
13
{
14
namespace
viewshed
15
{
16
17
size_t
bandSize(
GDALRasterBand
&band);
18
19
DatasetPtr createOutputDataset(
GDALRasterBand
&srcBand,
const
Options &opts,
20
const
Window &extent);
21
22
}
// namespace viewshed
23
}
// namespace gdal
24
25
#endif
GDALRasterBand
A single raster band (or channel).
Definition:
gdal_priv.h:1519
Generated by
1.9.3