vrecko
virtual reality framework
|
#include <utils.h>
Static Public Member Functions | |
static void | uncommentLine (std::string &) |
static std::string & | eraseWhiteSpaces (std::string &) |
static std::string | processLine (std::fstream *, std::stringstream &) |
static int | processVector (std::string str, std::vector< double > &v) |
Library class with some utility functions for strings
|
static |
Erases all white spaces in string
|
static |
Get one line from file and extract first word
|
static |
Convert vector in string format ( double, double, ... , double ) to std::vector
|
static |
Erases every char behind '//' including this sign