OGS
GmshReader.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#include <string>
5
6
namespace
MeshLib
7
{
8
class
Mesh
;
9
}
10
11
namespace
FileIO
12
{
13
namespace
GMSH
14
{
20
bool
isGMSHMeshFile
(
const
std::string& fname);
21
30
MeshLib::Mesh*
readGMSHMesh
(std::string
const
& fname,
31
bool
const
is_created_with_gmsh2 =
false
);
32
33
}
// end namespace GMSH
34
}
// end namespace FileIO
MeshLib::Mesh
Definition
Mesh.h:34
FileIO::GMSH
Definition
GMSHAdaptiveMeshDensity.cpp:21
FileIO::GMSH::readGMSHMesh
MeshLib::Mesh * readGMSHMesh(std::string const &fname, bool const is_created_with_gmsh2)
Definition
GmshReader.cpp:279
FileIO::GMSH::isGMSHMeshFile
bool isGMSHMeshFile(const std::string &fname)
Definition
GmshReader.cpp:30
FileIO
Definition
SHPImportDialog.h:8
MeshLib
Definition
ProjectData.h:30
Applications
FileIO
Gmsh
GmshReader.h
Generated by
1.14.0