Loading [MathJax]/extensions/MathMenu.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-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
GMSHLineLoop.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#include <vector>
15
#include <iosfwd>
16
17
namespace
FileIO
18
{
19
namespace
GMSH
20
{
21
class
GMSHLine;
22
23
class
GMSHLineLoop
final
24
{
25
public
:
26
explicit
GMSHLineLoop
(
bool
is_sfc =
false
);
27
virtual
~GMSHLineLoop
();
28
bool
isSurface
()
const
{
return
_is_sfc
; }
29
void
setSurface
(
bool
is_sfc) {
_is_sfc
= is_sfc; }
30
void
write
(std::ostream& os, std::size_t line_offset,
31
std::size_t sfc_offset = 0)
const
;
32
33
private
:
34
std::vector<GMSHLine*>
_lines
;
35
bool
_is_sfc
;
36
};
23
class
GMSHLineLoop
final {
…
};
37
38
}
// end namespace GMSH
39
}
// end namespace FileIO
FileIO::GMSH::GMSHLineLoop
Definition
GMSHLineLoop.h:24
FileIO::GMSH::GMSHLineLoop::_lines
std::vector< GMSHLine * > _lines
Definition
GMSHLineLoop.h:34
FileIO::GMSH::GMSHLineLoop::write
void write(std::ostream &os, std::size_t line_offset, std::size_t sfc_offset=0) const
Definition
GMSHLineLoop.cpp:33
FileIO::GMSH::GMSHLineLoop::_is_sfc
bool _is_sfc
Definition
GMSHLineLoop.h:35
FileIO::GMSH::GMSHLineLoop::isSurface
bool isSurface() const
Definition
GMSHLineLoop.h:28
FileIO::GMSH::GMSHLineLoop::~GMSHLineLoop
virtual ~GMSHLineLoop()
Definition
GMSHLineLoop.cpp:24
FileIO::GMSH::GMSHLineLoop::setSurface
void setSurface(bool is_sfc)
Definition
GMSHLineLoop.h:29
FileIO::GMSH::GMSHLineLoop::GMSHLineLoop
GMSHLineLoop(bool is_sfc=false)
Definition
GMSHLineLoop.cpp:22
FileIO
Definition
SHPImportDialog.h:19
Applications
FileIO
Gmsh
GMSHLineLoop.h
Generated by
1.12.0