Visualisierung 2
Comparison of Hue Preserving Rendering to Alpha Composing
FileReader.cpp File Reference
#include "FileReader.h"
#include <fstream>
#include <sstream>
#include <iostream>

Go to the source code of this file.

Functions

std::string readFile (const std::string &filePath, size_t &error)
 readFile reads the content of a file and returns it as string. More...
 

Function Documentation

◆ readFile()

std::string readFile ( const std::string &  filePath,
size_t &  error 
)

readFile reads the content of a file and returns it as string.

File reader helper class from Vis 1.

Author
Julian Strohmayer 01426125 e1426.nosp@m.125@.nosp@m.stude.nosp@m.nt.t.nosp@m.uwien.nosp@m..ac..nosp@m.at
Patrick Gantner 01576033 e1576.nosp@m.033@.nosp@m.stude.nosp@m.nt.t.nosp@m.uwien.nosp@m..ac..nosp@m.at
Date
05.06.2018

Definition at line 14 of file FileReader.cpp.