| 
    Cutout Vis2012
    
   TUWienVisualisierung2(SS2012)-AdaptiveCutaways 
   | 
 
#include <StringUtil.h>
Static Public Member Functions | |
| static void | tokenize (const std::string &str, std::vector< std::string > *tokens, const std::string &delim=" ") | 
| static std::string | getBasePath (const std::string &str) | 
| static std::string | getFileName (const std::string &str) | 
| static std::string | getFileNameWithoutExtension (const std::string &str) | 
| static std::string | toLowerCase (const std::string &str) | 
Static methods for string processing
      
  | 
  static | 
Splits str into substrings by the delimiter delim. Substrings are pushed back on tokens 
      
  | 
  static | 
Transforms a string to lower case
 1.8.4