PLibraries.h

Go to the documentation of this file.
00001 /*
00002     LoopTK: Protein Loop Kinematic Toolkit
00003     Copyright (C) 2007 Stanford University
00004 
00005     This program is free software; you can redistribute it and/or modify
00006     it under the terms of the GNU General Public License as published by
00007     the Free Software Foundation; either version 2 of the License, or
00008     (at your option) any later version.
00009 
00010     This program is distributed in the hope that it will be useful,
00011     but WITHOUT ANY WARRANTY; without even the implied warranty of
00012     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013     GNU General Public License for more details.
00014 
00015     You should have received a copy of the GNU General Public License along
00016     with this program; if not, write to the Free Software Foundation, Inc.,
00017     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
00018 */
00019 
00020 #ifndef PLIBRARIES_H
00021 #define PLIBRARIES_H
00022 
00023 /*
00024  * Basic libraries from the STL.
00025  */
00026 
00027 #include <iostream>
00028 #include <vector>
00029 #include <string>
00030 #include <sstream>
00031 #include <fstream>
00032 #include <list>
00033 #include <set>
00034 using namespace std;
00035 
00036 /*
00037  * Advanced libraries from the STL.
00038  */
00039 
00040 #include <ext/hash_set>
00041 #include <ext/hash_map>
00042 using namespace __gnu_cxx;
00043 
00044 /*
00045  * File/system libraries.
00046  */
00047 
00048 #include <sys/types.h> 
00049 #include <sys/stat.h>
00050 #include <sys/param.h> 
00051 #include <dirent.h>
00052 #include <unistd.h>
00053 
00054 /*
00055  * Math and OpenGL libraries.
00056  */
00057 
00058 #include <math3d/primitives.h>
00059 #include <math3d/rotation.h>
00060 #include <math.h>
00061 #include <GLdraw/GLUTNavigationProgram.h>
00062 #include <GLdraw/GLUINavigationProgram.h>
00063 #include <GLdraw/GLLight.h>
00064 #include <GLdraw/GLMaterial.h>
00065 #include <GLdraw/drawextra.h>
00066 #include <GLdraw/GL.h>
00067 #include <GL/gl.h>
00068 #include <glui.h>
00069 using namespace Math3D;
00070 
00071 /*
00072  * Other program libraries.
00073  */
00074 
00075 #include "PHashing.h"
00076 #include "PUtilities.h"
00077 
00078 #endif

Generated on Wed May 16 20:22:08 2007 for LoopTK: Protein Loop Kinematic Toolkit by  doxygen 1.5.1