Ignore:
Timestamp:
Mar 19, 2009, 11:04:17 AM (16 years ago)
Author:
garnier
Message:

en OGLIX ca marche...

Location:
trunk/source/visualization/OpenGL/include
Files:
2 edited

Legend:

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

    r941 r946  
    7070  void rotateScene (G4double dx, G4double dy,G4double delta);
    7171//////////////////////////////Vectored PostScript production functions///
    72   GLubyte* grabPixels (int inColor,
    73                        unsigned int width,
    74                        unsigned int height);
    75   bool printNonVectoredEPS ();
    76   bool printVectoredEPS();
    7772  void printEPS();
     73  // print EPS file. Depending of fVectoredPs, it will print Vectored or not
     74 
    7875  GLdouble getSceneNearWidth();
    7976  GLdouble getSceneFarWidth();
     
    108105  G4float                           fPointSize;
    109106  bool printGl2PS();
     107  GLubyte* grabPixels (int inColor,
     108                       unsigned int width,
     109                       unsigned int height);
     110  bool printNonVectoredEPS ();
     111  // print non vectored EPS files
     112
     113  bool printVectoredEPS();
     114  // print vectored EPS files
    110115};
    111116
  • trunk/source/visualization/OpenGL/include/G4OpenGLXViewer.hh

    r945 r946  
    6363  virtual void CreateMainWindow ();
    6464  virtual void CreateFontLists ();
    65   void print();
     65  void printEPS();
    6666
    6767  static int snglBuf_RGBA[12];
     
    105105  G4OpenGLXViewer (const G4OpenGLXViewer&);
    106106  G4OpenGLXViewer& operator = (const G4OpenGLXViewer&);
     107  GLXContext                        tmp_cx;
    107108};
    108109
Note: See TracChangeset for help on using the changeset viewer.