Vis 2
Kinetic Visualization for 3D shape and structure
Main Page
Namespaces
Classes
Files
File List
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
}
fileutil::readFile
bool readFile(const std::string &path, std::string *buffer)
Definition:
fileutil.cpp:15
fileutil::fileExists
bool fileExists(const std::string &path)
Generated on Wed Jun 11 2014 04:58:02 for Vis 2 by
1.8.6