OGS
CreateSearchLength.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <memory>
16
17namespace BaseLib
18{
19class ConfigTree;
20}
21
22namespace MeshLib
23{
24class Mesh;
25}
26
27namespace MeshGeoToolsLib
28{
29class SearchLength;
30
35std::unique_ptr<MeshGeoToolsLib::SearchLength> createSearchLengthAlgorithm(
36 BaseLib::ConfigTree const& external_config, MeshLib::Mesh const& mesh);
37} // end namespace MeshGeoToolsLib
std::unique_ptr< MeshGeoToolsLib::SearchLength > createSearchLengthAlgorithm(BaseLib::ConfigTree const &external_config, MeshLib::Mesh const &mesh)