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
18namespace MeshToolsLib
19{
22std::unique_ptr<MeshLib::Mesh> convertToLinearMesh(
23 const MeshLib::Mesh& mesh, const std::string& new_mesh_name);
24
25} // namespace MeshToolsLib
Definition of the Mesh class.
std::unique_ptr< MeshLib::Mesh > convertToLinearMesh(MeshLib::Mesh const &mesh, std::string const &new_mesh_name)