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