Ignore:
Timestamp:
May 12, 2009, 11:04:00 AM (17 years ago)
Author:
garnier
Message:

en test pour les refresh, ne marche pas bien

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/include/G4OpenGLViewer.hh

    r1037 r1038  
    5959  virtual ~G4OpenGLViewer ();
    6060  void SetView    ();
     61  // Set view and lights, resize
     62  void RepaintGLView();
     63  // Refresh the view if needed
    6164  void HaloingFirstPass ();
    6265  void HaloingSecondPass ();
     
    6669  void InitializeGLView ();
    6770  void ResizeGLView(unsigned int, unsigned int);
     71  // Resize the view and repaint if necessary
    6872  void Pick(GLdouble x, GLdouble y);
    6973  virtual void CreateFontLists () {}
     
    8387  G4int                             fPrintSizeX;
    8488  G4int                             fPrintSizeY;
     89  G4bool                            fNeedRepaint;
     90  // 0 : No need to repaint    1: Need Repaint
    8591
    8692  G4OpenGLSceneHandler& fOpenGLSceneHandler;
Note: See TracChangeset for help on using the changeset viewer.