Vis 2
Kinetic Visualization for 3D shape and structure
 All Classes Namespaces Functions Pages
fileutil.h
1 //Author: Christian Hafner
2 #pragma once
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 }
bool readFile(const std::string &path, std::string *buffer)
Definition: fileutil.cpp:15
bool fileExists(const std::string &path)