Loading [MathJax]/jax/input/TeX/config.js
OGS
AddLayerToMesh.h
Go to the documentation of this file.
1 
15 #pragma once
16 
17 #include <vector>
18 #include <string>
19 
20 namespace MeshLib
21 {
22 
23 class Mesh;
24 class Node;
25 class Element;
26 
29 MeshLib::Mesh* addLayerToMesh(MeshLib::Mesh const& mesh, double thickness,
30  std::string const& name, bool on_top,
31  bool copy_material_ids);
32 
33 } // end namespace MeshLib
MeshLib::Mesh * addLayerToMesh(MeshLib::Mesh const &mesh, double thickness, std::string const &name, bool on_top, bool copy_material_ids)