Molecule Viewer
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
Pages
source
common.hpp
1
#ifndef _COMMON_HPP_
2
#define _COMMON_HPP_
3
4
7
8
#include <GL/glew.h>
9
#include <iostream>
10
#include <string>
11
#include <sstream>
12
#include <fstream>
13
#include <istream>
14
#include <vector>
15
#include <cmath>
16
#include <map>
17
#include <glm/glm.hpp>
18
#include <glm/gtc/matrix_transform.hpp>
19
#include <glm/gtx/transform.hpp>
20
#include <glm/gtc/type_ptr.hpp>
21
#include <glm/gtc/matrix_projection.hpp>
22
#include <glm/gtx/string_cast.hpp>
23
#include <QtDebug>
24
25
using
std::string;
26
using
std::cerr;
27
using
std::cout;
28
using
std::endl;
29
30
const
double
Pi = 4 * std::atan(1.0f);
31
const
double
TwoPi = 2 * Pi;
32
33
#include "Utilities.hpp"
34
35
#endif //#ifndef _COMMON_HPP_
36
37
38
39
Generated on Thu Jun 6 2013 18:42:59 for Molecule Viewer by
1.8.3.1