Ignore:
Timestamp:
Mar 4, 2009, 6:58:22 PM (16 years ago)
Author:
garnier
Message:

print PS marche, mais plein de msg de debug a supprimer

File:
1 edited

Legend:

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

    r924 r938  
    6868  void Pick(GLdouble x, GLdouble y);
    6969  virtual void CreateFontLists () {}
    70   virtual void printVectoredEPS();
     70  bool printVectoredEPS();
    7171  void rotateScene (G4double dx, G4double dy,G4double delta);
    7272//////////////////////////////Vectored PostScript production functions///
     
    7474                       unsigned int width,
    7575                       unsigned int height);
    76   int generateEPS (const char* filnam,
    77                    int inColour,
    78                    unsigned int width,
    79                    unsigned int height);
    80   void WritePostScript(const char *aFile);
     76  int printNonVectoredEPS (int inColour,
     77                           unsigned int width,
     78                           unsigned int height);
     79  bool printGl2PS(unsigned int width,
     80                       unsigned int height);
    8181  void printBuffer(GLint, GLfloat*);
    8282  GLfloat* spewPrimitiveEPS (FILE*, GLfloat*);
Note: See TracChangeset for help on using the changeset viewer.