Ignore:
Timestamp:
Feb 3, 2009, 4:41:56 PM (16 years ago)
Author:
garnier
Message:

test avec des predefined headers...mais +10% de temps de compilation....

File:
1 edited

Legend:

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

    r908 r914  
    3838
    3939#include "G4VViewer.hh"
    40 #include "G4OpenGL.hh"
     40#include <GL/gl.h>
    4141
    4242class G4OpenGLSceneHandler;
     
    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  int generateEPS (const char* filnam,
     76                   int inColour,
     77                   unsigned int width,
     78                   unsigned int height);
    7279  void printBuffer(GLint, GLfloat*);
    7380  GLfloat* spewPrimitiveEPS (FILE*, GLfloat*);
Note: See TracChangeset for help on using the changeset viewer.