OGS
NetCDFRasterReader.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
#include <filesystem>
7
8
namespace
BaseLib
9
{
10
class
ConfigTree
;
11
}
// namespace BaseLib
12
13
namespace
GeoLib
14
{
15
struct
NamedRaster
;
16
struct
MinMaxPoints
;
17
namespace
IO
18
{
19
GeoLib::NamedRaster
readRaster
(BaseLib::ConfigTree
const
& raster_config,
20
GeoLib::MinMaxPoints
const
& min_max_points);
21
}
// namespace IO
22
}
// namespace GeoLib
BaseLib::ConfigTree
Definition
ConfigTree.h:101
BaseLib
Definition
TestDefinition.h:13
GeoLib::IO
Definition
NetCDFRasterReader.cpp:215
GeoLib::IO::readRaster
GeoLib::NamedRaster readRaster(BaseLib::ConfigTree const &raster_config, GeoLib::MinMaxPoints const &min_max_points)
Definition
NetCDFRasterReader.cpp:216
GeoLib
Definition
ProjectData.h:25
GeoLib::MinMaxPoints
Definition
AABB.h:24
GeoLib::NamedRaster
Definition
Raster.h:145
GeoLib
IO
NetCDFRasterReader.h
Generated by
1.14.0