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
GocadNode.cpp
Go to the documentation of this file.
1
10
#include "
GocadNode.h
"
11
12
namespace
FileIO
13
{
14
namespace
Gocad
15
{
16
bool
operator<=
(
GocadNode
const
& n0,
GocadNode
const
& n1)
17
{
18
for
(std::size_t k(0); k < 3; k++)
19
{
20
if
(n0[0] > n1[0])
21
{
22
return
false
;
23
}
24
if
(n0[0] < n1[0])
25
{
26
return
true
;
27
}
28
// => n0[k] == n1[k]
29
}
30
31
return
n0.
getLayerTransitionIndex
() <= n1.
getLayerTransitionIndex
();
32
}
16
bool
operator<=
(
GocadNode
const
& n0,
GocadNode
const
& n1) {
…
}
33
34
}
// end namespace Gocad
35
}
// end namespace FileIO
GocadNode.h
FileIO::Gocad::GocadNode
Definition
GocadNode.h:31
FileIO::Gocad::GocadNode::getLayerTransitionIndex
std::size_t getLayerTransitionIndex() const
Definition
GocadNode.h:105
FileIO::Gocad::operator<=
bool operator<=(GocadNode const &n0, GocadNode const &n1)
Definition
GocadNode.cpp:16
FileIO
Definition
SHPImportDialog.h:19
Applications
FileIO
GocadIO
GocadNode.cpp
Generated by
1.12.0