OGS
createMeshFromElementSelection.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#include <memory>
15
#include <string>
16
#include <vector>
17
18
namespace
MeshLib
19
{
20
class
Mesh;
21
class
Element;
22
27
std::unique_ptr<Mesh>
createMeshFromElementSelection
(
28
std::string mesh_name, std::vector<Element*>
const
& elements);
29
}
// namespace MeshLib
MeshLib
Definition
ProjectData.h:41
MeshLib::createMeshFromElementSelection
std::unique_ptr< MeshLib::Mesh > createMeshFromElementSelection(std::string mesh_name, std::vector< MeshLib::Element * > const &elements)
Definition
createMeshFromElementSelection.cpp:28
MeshLib
Utils
createMeshFromElementSelection.h
Generated by
1.11.0