OGS
GmshReader.h
Go to the documentation of this file.
1
11#include <string>
12
13namespace MeshLib
14{
15class Mesh;
16}
17
18namespace FileIO
19{
20namespace GMSH
21{
22
28bool isGMSHMeshFile(const std::string& fname);
29
36MeshLib::Mesh* readGMSHMesh(std::string const& fname);
37
38} // end namespace GMSH
39} // end namespace FileIO
bool isGMSHMeshFile(const std::string &fname)
Definition: GmshReader.cpp:37
MeshLib::Mesh * readGMSHMesh(std::string const &fname)
Definition: GmshReader.cpp:271