OGS
readMeshFromFile.h
Go to the documentation of this file.
1
14#pragma once
15
16#include <string>
17
18namespace MeshLib
19{
20class Mesh;
21
22namespace IO
23{
24MeshLib::Mesh* readMeshFromFile(const std::string& file_name,
25 bool const compute_element_neighbors = false);
26}
27}
MeshLib::Mesh * readMeshFromFile(const std::string &file_name, bool const compute_element_neighbors)