#include <utils_io.hpp>
|
static void | PrintInfo (std::string const &info) |
|
static void | PrintWarning (std::string const &info) |
|
static void | PrintError (std::string const &info) |
|
static void | PrintDebug (std::string const &info) |
|
static std::string | ToString (int value) |
|
static std::string | ToString (double value) |
|
static VecXT< VecXT< double > > | ImportData (std::string const &filename, int lines_to_skip=0) |
|
static bool | FileExist (std::string const &filename) |
|
template<typename T > |
static void | SwapEnd (T &var) |
|
◆ FileExist()
bool IO::FileExist |
( |
std::string const & | filename | ) |
|
|
static |
◆ ImportData()
VecXT< VecXT< double > > IO::ImportData |
( |
std::string const & | filename, |
|
|
int | lines_to_skip = 0 ) |
|
static |
◆ PrintDebug()
void IO::PrintDebug |
( |
std::string const & | info | ) |
|
|
static |
◆ PrintError()
void IO::PrintError |
( |
std::string const & | info | ) |
|
|
static |
◆ PrintInfo()
void IO::PrintInfo |
( |
std::string const & | info | ) |
|
|
static |
◆ PrintWarning()
void IO::PrintWarning |
( |
std::string const & | info | ) |
|
|
static |
◆ SwapEnd()
template<typename T >
static void netdem::IO::SwapEnd |
( |
T & | var | ) |
|
|
inlinestatic |
◆ ToString() [1/2]
std::string IO::ToString |
( |
double | value | ) |
|
|
static |
◆ ToString() [2/2]
std::string IO::ToString |
( |
int | value | ) |
|
|
static |
The documentation for this class was generated from the following files:
- /Users/lzhshou/Documents/Research/myProjects/apaam/repo/netdem/src/utils/utils_io.hpp
- /Users/lzhshou/Documents/Research/myProjects/apaam/repo/netdem/src/utils/utils_io.cpp