Molecule Viewer
 All Classes Functions Variables Enumerations Pages
Utilities.hpp
1 #ifndef _UTILITIES_HPP_
2 #define _UTILITIES_HPP_
3 
4 #include "common.hpp"
5 
7 
9 bool FileExists(const string &filename);
10 
12 string ReadFile(const string &filename);
13 
15 void GetErrors(void);
16 
17 
19 void SetOcclusionQuality(int quality);
21 int GetOcclusionQuality();
22 
24 void SetWindowHeight(int h);
26 int GetWindowHeight();
28 void SetWindowWidth(int w);
30 int GetWindowWidth();
31 
32 
33 #endif //#ifndef _UTILITIES_HPP_