Ignore:
Timestamp:
Mar 5, 2009, 5:37:00 PM (16 years ago)
Author:
garnier
Message:

print methods renaming. See History file

File:
1 edited

Legend:

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

    r940 r941  
    2525//
    2626//
    27 // $Id: G4OpenGLViewer.hh,v 1.28 2009/03/05 11:04:20 lgarnier Exp $
     27// $Id: G4OpenGLViewer.hh,v 1.29 2009/03/05 16:36:13 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    6868  void Pick(GLdouble x, GLdouble y);
    6969  virtual void CreateFontLists () {}
    70   bool printVectoredEPS();
    7170  void rotateScene (G4double dx, G4double dy,G4double delta);
    7271//////////////////////////////Vectored PostScript production functions///
     
    7473                       unsigned int width,
    7574                       unsigned int height);
    76   int printNonVectoredEPS (int inColour,
    77                            unsigned int width,
    78                            unsigned int height);
    79   bool printGl2PS(unsigned int width,
    80                        unsigned int height);
    81   void printBuffer(GLint, GLfloat*);
    82   GLfloat* spewPrimitiveEPS (FILE*, GLfloat*);
    83   void spewSortedFeedback (FILE*, GLint, GLfloat*);
    84   void spewWireframeEPS (FILE*, GLint, GLfloat*, const char*);
    85   void print3DcolorVertex(GLint, GLint*, GLfloat*);
     75  bool printNonVectoredEPS ();
     76  bool printVectoredEPS();
     77  void printEPS();
    8678  GLdouble getSceneNearWidth();
    8779  GLdouble getSceneFarWidth();
     
    9082  G4bool                            fPrintColour;
    9183  G4bool                            fVectoredPs;
     84  G4int                             fPrintSizeX;
     85  G4int                             fPrintSizeY;
    9286
    9387  G4OpenGLSceneHandler& fOpenGLSceneHandler;
     
    113107private :
    114108  G4float                           fPointSize;
     109  bool printGl2PS();
    115110};
    116111
Note: See TracChangeset for help on using the changeset viewer.