Loading [MathJax]/extensions/MathZoom.js
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-276-g3d6bff6232 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
▼
GocadIO
►
CoordinateSystem.cpp
►
CoordinateSystem.h
►
GenerateFaceSetMeshes.cpp
►
GenerateFaceSetMeshes.h
►
GocadAsciiReader.cpp
►
GocadAsciiReader.h
►
GocadEnums.cpp
►
GocadEnums.h
►
GocadNode.cpp
►
GocadNode.h
►
GocadSGridReader.cpp
►
GocadSGridReader.h
►
IndexCalculator.h
►
Layer.cpp
►
Layer.h
►
Property.cpp
►
Property.h
►
Region.cpp
►
Region.h
►
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
GocadAsciiReader.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <memory>
13
#include <string>
14
#include <vector>
15
16
#include "
Applications/FileIO/GocadIO/GocadEnums.h
"
17
18
namespace
MeshLib
19
{
20
class
Mesh;
21
}
22
23
namespace
FileIO
24
{
25
namespace
Gocad
26
{
27
namespace
GocadAsciiReader
28
{
29
31
bool
readFile
(std::string
const
& file_name,
32
std::vector<std::unique_ptr<MeshLib::Mesh>>& meshes,
33
DataType
const
export_type =
DataType::ALL
);
34
35
}
// namespace GocadAsciiReader
36
}
// end namespace Gocad
37
}
// end namespace FileIO
GocadEnums.h
FileIO::Gocad::GocadAsciiReader::readFile
bool readFile(std::string const &file_name, std::vector< std::unique_ptr< MeshLib::Mesh > > &meshes, DataType const export_type)
Reads the specified file and writes data into internal mesh vector.
Definition
GocadAsciiReader.cpp:657
FileIO::Gocad::DataType
DataType
Definition
GocadEnums.h:20
FileIO::Gocad::DataType::ALL
@ ALL
FileIO
Definition
SHPImportDialog.h:19
MeshLib
Definition
ProjectData.h:41
Applications
FileIO
GocadIO
GocadAsciiReader.h
Generated by
1.12.0