Ignore:
Timestamp:
Feb 5, 2009, 12:25:30 PM (16 years ago)
Author:
garnier
Message:

renommage et suppression de EPS dans Qt

File:
1 edited

Legend:

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

    r915 r916  
    8585  GLdouble getSceneFarWidth();
    8686  GLdouble getSceneDepth();
    87   G4float                           pointSize;
    88   char                              print_string[50];
    89   G4bool                            print_colour;
    90   G4bool                            vectored_ps;
     87  std::string                       fPrintFilename;
     88  G4bool                            fPrintColour;
     89  G4bool                            fVectoredPs;
    9190
    9291  G4OpenGLSceneHandler& fOpenGLSceneHandler;
     
    108107    fDisplayLightFrontT;
    109108  G4double fDisplayLightFrontRed, fDisplayLightFrontGreen, fDisplayLightFrontBlue;
     109
     110private :
     111  G4float                           fPointSize;
    110112};
    111113
Note: See TracChangeset for help on using the changeset viewer.