• Main Page
  • Classes
  • Files
  • File List
  • File Members

RightSubWindow.hpp

Go to the documentation of this file.
00001 #ifndef RIGHTSUBWINDOW_HPP
00002 #define RIGHTSUBWINDOW_HPP
00003 
00004 #include <GL/glew.h>
00005 #include <GL/glui.h>
00006 
00007 class RightSubWindow {
00008 private:
00009         static GLUI_Panel *gui_slicePanel;
00010         static GLUI_RadioGroup *gui_sliceAxis;
00011         static GLUI_Panel *gui_controlPointPanel;
00012         static GLUI_Panel *gui_optionPanel;
00013         static GLUI_Scrollbar *gui_stepsize;
00014         static GLUI_Scrollbar *gui_sliceIndexX;
00015         static GLUI_Scrollbar *gui_sliceIndexY;
00016         static GLUI_Scrollbar *gui_sliceIndexZ;
00017 public:
00018         static GLUI *right_glui;
00019         static int windowID_main;
00020         static int action;
00021         static GLUI_Rotation *gui_rot;
00022 public:
00023         static void rightDisplay(void);
00024         static void rightIdle(void);
00025         static void rightInit(void);
00026         static void control_cb(int);
00027         static void rightKeyboard(unsigned char key, int x, int y);
00028         static void rightMotion(int x, int y);
00029         static void rightMouse(int button, int state, int x, int y);
00030         static void rightReshape(int x, int y);
00031 };
00032 
00033 #endif

Generated on Mon Dec 6 2010 11:57:24 for Visualisierung 2010 by  doxygen 1.7.2