OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-394-ge538cec3fb6 source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
Applications
►
ApplicationsLib
►
CLI
►
DataExplorer
►
DataHolderLib
▼
FileIO
►
FEFLOW
▼
Gmsh
GMSHAdaptiveMeshDensity.cpp
►
GMSHAdaptiveMeshDensity.h
GMSHFixedMeshDensity.cpp
►
GMSHFixedMeshDensity.h
►
GMSHInterface.cpp
►
GMSHInterface.h
GMSHLine.cpp
►
GMSHLine.h
GMSHLineLoop.cpp
►
GMSHLineLoop.h
►
GMSHMeshDensityStrategy.h
►
GMSHPoint.cpp
►
GMSHPoint.h
GMSHPolygonTree.cpp
►
GMSHPolygonTree.h
►
GmshReader.cpp
►
GmshReader.h
►
GocadIO
►
Legacy
►
SWMM
►
XmlIO
CsvInterface.cpp
►
CsvInterface.h
►
GMSInterface.cpp
►
GMSInterface.h
►
PetrelInterface.cpp
►
PetrelInterface.h
►
readGeometryFromFile.cpp
►
readGeometryFromFile.h
SHPInterface.cpp
►
SHPInterface.h
►
TetGenInterface.cpp
►
TetGenInterface.h
►
writeGeometryToFile.cpp
►
writeGeometryToFile.h
►
InSituLib
►
Python
►
Utils
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
►
MeshGeoToolsLib
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
GmshReader.h
Go to the documentation of this file.
1
11
#include <string>
12
13
namespace
MeshLib
14
{
15
class
Mesh;
16
}
17
18
namespace
FileIO
19
{
20
namespace
GMSH
21
{
27
bool
isGMSHMeshFile
(
const
std::string& fname);
28
37
MeshLib::Mesh
*
readGMSHMesh
(std::string
const
& fname,
38
bool
const
is_created_with_gmsh2 =
false
);
39
40
}
// end namespace GMSH
41
}
// end namespace FileIO
MeshLib::Mesh
Definition
Mesh.h:45
FileIO::GMSH::readGMSHMesh
MeshLib::Mesh * readGMSHMesh(std::string const &fname, bool const is_created_with_gmsh2)
Definition
GmshReader.cpp:286
FileIO::GMSH::isGMSHMeshFile
bool isGMSHMeshFile(const std::string &fname)
Definition
GmshReader.cpp:37
FileIO
Definition
SHPImportDialog.h:19
MeshLib
Definition
ProjectData.h:41
Applications
FileIO
Gmsh
GmshReader.h
Generated by
1.12.0