U:/visualisierung/VolumeVis/src/StringFunction.h File Reference


Functions

void tokenize (const string &str, vector< string > &tokens, const string &delimiters)
float stringToFloat (const string str)

Function Documentation

float stringToFloat ( const string  str  ) 

Transforms a string into a float value

Parameters:
str the string that has to be transformed
Returns:
the float value

void tokenize ( const string &  str,
vector< string > &  tokens,
const string &  delimiters 
)

Splits a string into substring, based on a delimiter

Parameters:
str the string that shall be split
tokens a vector where the substrings will be stored in
delimiters the delimiter


Generated on Fri Nov 30 16:22:24 2007 for Volume Visualisation by  doxygen 1.5.4