OGS
CreateSearchLength.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 <memory>
7
8
namespace
BaseLib
9
{
10
class
ConfigTree
;
11
}
12
13
namespace
MeshLib
14
{
15
class
Mesh
;
16
}
17
18
namespace
MeshGeoToolsLib
19
{
20
class
SearchLength
;
21
26
std::unique_ptr<MeshGeoToolsLib::SearchLength>
createSearchLengthAlgorithm
(
27
BaseLib::ConfigTree
const
& external_config, MeshLib::Mesh
const
& mesh);
28
}
// end namespace MeshGeoToolsLib
BaseLib::ConfigTree
Definition
ConfigTree.h:101
MeshGeoToolsLib::SearchLength
Definition
SearchLength.h:14
MeshLib::Mesh
Definition
Mesh.h:34
BaseLib
Definition
TestDefinition.h:13
MeshGeoToolsLib
Definition
AppendLinesAlongPolyline.cpp:22
MeshGeoToolsLib::createSearchLengthAlgorithm
std::unique_ptr< MeshGeoToolsLib::SearchLength > createSearchLengthAlgorithm(BaseLib::ConfigTree const &external_config, MeshLib::Mesh const &mesh)
Definition
CreateSearchLength.cpp:13
MeshLib
Definition
ProjectData.h:30
MeshGeoToolsLib
CreateSearchLength.h
Generated by
1.14.0