NetDEM v1.0
Loading...
Searching...
No Matches
netdem::IO Class Reference

#include <utils_io.hpp>

Static Public Member Functions

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)
 

Member Function Documentation

◆ 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: