Changeset 1037 for trunk/source/visualization/OpenGL/include
- Timestamp:
- May 11, 2009, 11:55:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/OpenGL/include/G4OpenGLViewer.hh
r975 r1037 65 65 void HLRThirdPass (); 66 66 void InitializeGLView (); 67 void ResizeGLView( );67 void ResizeGLView(unsigned int, unsigned int); 68 68 void Pick(GLdouble x, GLdouble y); 69 69 virtual void CreateFontLists () {} … … 71 71 //////////////////////////////Vectored PostScript production functions/// 72 72 void printEPS(); 73 // print EPS file. Depending of fVectoredPs, it will print Vectored or not 74 73 // print EPS file. Depending of fVectoredPs, it will print Vectored or not 74 75 unsigned int getWinWidth(); 76 unsigned int getWinHeight(); 75 77 GLdouble getSceneNearWidth(); 76 78 GLdouble getSceneFarWidth(); … … 84 86 G4OpenGLSceneHandler& fOpenGLSceneHandler; 85 87 G4Colour background; //the OpenGL clear colour 86 unsigned int fWinSize_x, fWinSize_y;87 // size of the OpenGL frame88 88 G4bool 89 89 transparency_enabled, //is alpha blending enabled? … … 105 105 G4float fPointSize; 106 106 bool printGl2PS(); 107 void ResizeGLView(); 107 108 GLubyte* grabPixels (int inColor, 108 109 unsigned int width, … … 113 114 bool printVectoredEPS(); 114 115 // print vectored EPS files 116 unsigned int fWinSize_x, fWinSize_y; 117 // size of the OpenGL frame 115 118 }; 116 119
Note:
See TracChangeset
for help on using the changeset viewer.
