libmove3d  3.13.0
/home/slemaign/softs-local/BioMove3D-git/graphic/proto/g3d_glut.hpp
00001 /*
00002  *  glutWindow.hpp
00003  *  OOMove3D
00004  *
00005  *  Created by Jim Mainprice on 25/10/10.
00006  *  Copyright 2010 LAAS/CNRS. All rights reserved.
00007  *
00008  */
00009 
00010 #ifndef GLUT_DISPLAY_WIN_HPP
00011 #define GLUT_DISPLAY_WIN_HPP
00012 
00013 void g3d_glut_set_swap(bool swap);
00014 void g3d_glut_paintGL();
00015 
00018 class GlutWindowDisplay 
00019 {
00020 public:
00021         GlutWindowDisplay(int argc, char *argv[]);
00022         void initDisplay();
00023 };
00024 
00025 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines