OGS
createMeshFromElementSelection.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
#include <string>
8
#include <vector>
9
10
namespace
MeshLib
11
{
12
class
Mesh
;
13
class
Element
;
14
19
std::unique_ptr<Mesh>
createMeshFromElementSelection
(
20
std::string mesh_name, std::vector<Element*>
const
& elements);
21
}
// namespace MeshLib
MeshLib::Element
Definition
Element.h:25
MeshLib::Mesh
Definition
Mesh.h:34
MeshLib
Definition
ProjectData.h:30
MeshLib::createMeshFromElementSelection
std::unique_ptr< MeshLib::Mesh > createMeshFromElementSelection(std::string mesh_name, std::vector< MeshLib::Element * > const &elements)
Definition
createMeshFromElementSelection.cpp:20
MeshLib
Utils
createMeshFromElementSelection.h
Generated by
1.14.0