Cutout Vis2012
TUWienVisualisierung2(SS2012)-AdaptiveCutaways
 All Classes Namespaces Functions Pages
fileutil.h
1 #ifndef _FILEUTIL_H_
2 #define _FILEUTIL_H_
3 
4 #include <string>
5 
9 namespace fileutil
10 {
15  bool fileExists(const std::string& path);
21  bool readFile(const std::string& path, std::string* buffer);
22 }
23 
24 
25 #endif