Visualisierung 2
Comparison of Hue Preserving Rendering to Alpha Composing
FileReader.h
Go to the documentation of this file.
1 
7 #ifndef FILEREADER_H
8 #define FILEREADER_H
9 
14 #include <string>
15 
22 std::string readFile(const std::string& filePath, size_t& error);
23 
24 #endif
std::string readFile(const std::string &filePath, size_t &error)
readFile reads the content of a file and returns it as string.
Definition: FileReader.cpp:14