InfoVis 2013
1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
|
#include "utility.h"
#include <fstream>
#include <iostream>
#include "windows.h"
#include "GL/glew.h"
#include "GL/glfw.h"
Functions | |
bool | fileExists (const string &filename) |
string | readFile (const string &filename) |
void | getLastGLErrorLocation (const char *location) |
void | checkFramebufferStatus () |
std::string | retrieveFilenameWithExtFromPath (const std::string &filepath) |
std::string | retrieveFilenameWithoutExtFromPath (const std::string &filepath) |
void checkFramebufferStatus | ( | ) |
bool fileExists | ( | const string & | filename) |
void getLastGLErrorLocation | ( | const char * | location) |
string readFile | ( | const string & | filename) |
std::string retrieveFilenameWithExtFromPath | ( | const std::string & | filepath) |
std::string retrieveFilenameWithoutExtFromPath | ( | const std::string & | filepath) |