OGS
AddLayerToMesh.h
Go to the documentation of this file.
1
15#pragma once
16
17#include <string>
18#include <vector>
19
20namespace MeshLib
21{
22
23class Mesh;
24class Node;
25class Element;
26} // namespace MeshLib
27
28namespace MeshToolsLib
29{
30
33MeshLib::Mesh* addLayerToMesh(MeshLib::Mesh const& mesh, double thickness,
34 std::string const& name, bool on_top,
35 bool copy_material_ids);
36
37} // namespace MeshToolsLib
MeshLib::Mesh * addLayerToMesh(MeshLib::Mesh const &mesh, double thickness, std::string const &name, bool on_top, bool copy_material_ids)