OGS
RasterDataToMesh.h
Go to the documentation of this file.
1
11#pragma once
12
13#include "GeoLib/Raster.h"
14#include "MeshLib/Mesh.h"
15
16namespace MeshToolsLib
17{
18
22namespace RasterDataToMesh
23{
24bool projectToNodes(MeshLib::Mesh& mesh, GeoLib::Raster const& raster,
25 double const default_replacement,
26 std::string const& array_name);
27
28bool projectToElements(MeshLib::Mesh& mesh, GeoLib::Raster const& raster,
29 double const default_replacement,
30 std::string const& array_name);
31} // end namespace RasterDataToMesh
32} // namespace MeshToolsLib
Definition of the Mesh class.
Definition of the GeoLib::Raster class.
Class Raster is used for managing raster data.
Definition Raster.h:49
bool projectToNodes(MeshLib::Mesh &mesh, GeoLib::Raster const &raster, double const default_replacement, std::string const &array_name)
bool projectToElements(MeshLib::Mesh &mesh, GeoLib::Raster const &raster, double const default_replacement, std::string const &array_name)