Loading [MathJax]/extensions/tex2jax.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-400-g3dae7e5ee41 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
CoordinateSystem.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <iosfwd>
13
#include <string>
14
15
namespace
FileIO
16
{
17
namespace
Gocad
18
{
19
20
class
CoordinateSystem
final
21
{
22
public
:
23
bool
parse
(std::istream & in);
24
25
enum class
ZPOSITIVE
26
{
27
Depth
,
// z is increasing downwards
28
Elevation
// z is increasing upwards
29
};
25
enum class
ZPOSITIVE
{
…
};
30
31
std::string
name
;
32
std::string
projection
;
33
std::string
datum
;
34
std::string
axis_name_u
,
axis_name_v
,
axis_name_w
;
35
std::string
axis_unit_u
,
axis_unit_v
,
axis_unit_w
;
36
ZPOSITIVE
z_positive
=
ZPOSITIVE::Elevation
;
37
};
20
class
CoordinateSystem
final {
…
};
38
39
std::ostream&
operator<<
(std::ostream& os,
CoordinateSystem
const
& c);
40
41
}
// end namespace Gocad
42
}
// end namespace FileIO
FileIO::Gocad::CoordinateSystem
Definition
CoordinateSystem.h:21
FileIO::Gocad::CoordinateSystem::name
std::string name
Definition
CoordinateSystem.h:31
FileIO::Gocad::CoordinateSystem::axis_name_v
std::string axis_name_v
Definition
CoordinateSystem.h:34
FileIO::Gocad::CoordinateSystem::z_positive
ZPOSITIVE z_positive
Definition
CoordinateSystem.h:36
FileIO::Gocad::CoordinateSystem::axis_name_w
std::string axis_name_w
Definition
CoordinateSystem.h:34
FileIO::Gocad::CoordinateSystem::axis_unit_w
std::string axis_unit_w
Definition
CoordinateSystem.h:35
FileIO::Gocad::CoordinateSystem::projection
std::string projection
Definition
CoordinateSystem.h:32
FileIO::Gocad::CoordinateSystem::axis_unit_v
std::string axis_unit_v
Definition
CoordinateSystem.h:35
FileIO::Gocad::CoordinateSystem::parse
bool parse(std::istream &in)
Definition
CoordinateSystem.cpp:39
FileIO::Gocad::CoordinateSystem::axis_name_u
std::string axis_name_u
Definition
CoordinateSystem.h:34
FileIO::Gocad::CoordinateSystem::datum
std::string datum
Definition
CoordinateSystem.h:33
FileIO::Gocad::CoordinateSystem::ZPOSITIVE
ZPOSITIVE
Definition
CoordinateSystem.h:26
FileIO::Gocad::CoordinateSystem::ZPOSITIVE::Elevation
@ Elevation
FileIO::Gocad::CoordinateSystem::ZPOSITIVE::Depth
@ Depth
FileIO::Gocad::CoordinateSystem::axis_unit_u
std::string axis_unit_u
Definition
CoordinateSystem.h:35
FileIO::Gocad::operator<<
std::ostream & operator<<(std::ostream &os, CoordinateSystem const &c)
Definition
CoordinateSystem.cpp:111
FileIO
Definition
SHPImportDialog.h:19
Applications
FileIO
GocadIO
CoordinateSystem.h
Generated by
1.12.0