OGS
ConvertToLinearMesh.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include <memory>
14 #include <string>
15 
16 #include "MeshLib/Mesh.h"
17 
18 namespace MeshLib
19 {
22 std::unique_ptr<MeshLib::Mesh> convertToLinearMesh(
23  const MeshLib::Mesh& mesh, const std::string& new_mesh_name);
24 
25 } // end namespace MeshLib
Definition of the Mesh class.
std::unique_ptr< MeshLib::Mesh > convertToLinearMesh(MeshLib::Mesh const &org_mesh, std::string const &new_mesh_name)