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
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
GMSHLine.cpp
Go to the documentation of this file.
1
12
#include "
GMSHLine.h
"
13
14
#include <ostream>
15
16
namespace
FileIO
17
{
18
namespace
GMSH
19
{
20
GMSHLine::GMSHLine
(std::size_t start_point_id, std::size_t end_point_id)
21
: _start_pnt_id(start_point_id), _end_pnt_id(end_point_id)
22
{
23
}
20
GMSHLine::GMSHLine
(std::size_t start_point_id, std::size_t end_point_id) {
…
}
24
25
void
GMSHLine::write
(std::ostream& os, std::size_t
id
)
const
26
{
27
os <<
"Line("
<<
id
<<
") = {"
<<
_start_pnt_id
<<
","
<<
_end_pnt_id
28
<<
"};\n"
;
29
}
25
void
GMSHLine::write
(std::ostream& os, std::size_t
id
)
const
{
…
}
30
31
}
// end namespace GMSH
32
}
// end namespace FileIO
GMSHLine.h
FileIO::GMSH::GMSHLine::write
void write(std::ostream &os, std::size_t id) const
Definition
GMSHLine.cpp:25
FileIO::GMSH::GMSHLine::GMSHLine
GMSHLine(std::size_t start_point_id, std::size_t end_point_id)
Definition
GMSHLine.cpp:20
FileIO::GMSH::GMSHLine::_start_pnt_id
std::size_t _start_pnt_id
Definition
GMSHLine.h:28
FileIO::GMSH::GMSHLine::_end_pnt_id
std::size_t _end_pnt_id
Definition
GMSHLine.h:29
FileIO
Definition
SHPImportDialog.h:19
Applications
FileIO
Gmsh
GMSHLine.cpp
Generated by
1.12.0