OGS
|
Implementation of the PetrelInterface class.
Definition in file PetrelInterface.cpp.
#include "PetrelInterface.h"
#include <fstream>
#include "BaseLib/Logging.h"
#include "BaseLib/StringTools.h"
#include "GeoLib/GEOObjects.h"
#include "GeoLib/StationBorehole.h"
Go to the source code of this file.
Namespaces | |
namespace | FileIO |
Functions | |
static std::string | FileIO::readLine (std::istream &in) |
static std::list< std::string > | FileIO::split (std::string const &line) |
static void | FileIO::printListInfo (const std::list< std::string > &str_list, std::string_view const prefix, std::string_view const message) |
static double | FileIO::getLastNumberFromList (const std::list< std::string > &str_list) |