OGS
|
Definition at line 20 of file CoordinateSystem.h.
#include <CoordinateSystem.h>
Public Types | |
enum class | ZPOSITIVE { Depth , Elevation } |
Public Member Functions | |
bool | parse (std::istream &in) |
Public Attributes | |
std::string | name |
std::string | projection |
std::string | datum |
std::string | axis_name_u |
std::string | axis_name_v |
std::string | axis_name_w |
std::string | axis_unit_u |
std::string | axis_unit_v |
std::string | axis_unit_w |
ZPOSITIVE | z_positive = ZPOSITIVE::Elevation |
|
strong |
bool FileIO::Gocad::CoordinateSystem::parse | ( | std::istream & | in | ) |
Definition at line 39 of file CoordinateSystem.cpp.
References axis_name_u, axis_name_v, axis_name_w, axis_unit_u, axis_unit_v, axis_unit_w, datum, Depth, Elevation, ERR(), name, FileIO::Gocad::parseName(), projection, WARN(), and z_positive.
Referenced by FileIO::Gocad::GocadSGridReader::GocadSGridReader(), and FileIO::Gocad::GocadAsciiReader::readData().
std::string FileIO::Gocad::CoordinateSystem::axis_name_u |
Definition at line 34 of file CoordinateSystem.h.
Referenced by parse().
std::string FileIO::Gocad::CoordinateSystem::axis_name_v |
Definition at line 34 of file CoordinateSystem.h.
Referenced by parse().
std::string FileIO::Gocad::CoordinateSystem::axis_name_w |
Definition at line 34 of file CoordinateSystem.h.
Referenced by parse().
std::string FileIO::Gocad::CoordinateSystem::axis_unit_u |
Definition at line 35 of file CoordinateSystem.h.
Referenced by parse().
std::string FileIO::Gocad::CoordinateSystem::axis_unit_v |
Definition at line 35 of file CoordinateSystem.h.
Referenced by parse().
std::string FileIO::Gocad::CoordinateSystem::axis_unit_w |
Definition at line 35 of file CoordinateSystem.h.
Referenced by parse().
std::string FileIO::Gocad::CoordinateSystem::datum |
Definition at line 33 of file CoordinateSystem.h.
Referenced by parse().
std::string FileIO::Gocad::CoordinateSystem::name |
Definition at line 31 of file CoordinateSystem.h.
Referenced by parse().
std::string FileIO::Gocad::CoordinateSystem::projection |
Definition at line 32 of file CoordinateSystem.h.
Referenced by parse().
ZPOSITIVE FileIO::Gocad::CoordinateSystem::z_positive = ZPOSITIVE::Elevation |
Definition at line 36 of file CoordinateSystem.h.
Referenced by parse(), and FileIO::Gocad::GocadAsciiReader::readData().