Skip to content
Snippets Groups Projects
Commit 066a6ba6 authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by Norihiro Watanabe
Browse files

add a short description of the function

parent c17b3390
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,13 @@
#include <memory>
#include <string>
#include "MeshLib/Mesh.h"
namespace MeshLib
{
class Mesh;
/// Converts a non-linear mesh to a linear meash. All the mesh properties will
/// be copied except for entries for non-linear nodes.
std::unique_ptr<MeshLib::Mesh> convertToLinearMesh(
const MeshLib::Mesh& mesh, const std::string& new_mesh_name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment