Cutout Vis2012
TUWienVisualisierung2(SS2012)-AdaptiveCutaways
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Pages
src
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
Generated on Mon Jun 10 2013 17:20:10 for Cutout Vis2012 by
1.8.4