12 #ifndef ROOT_TGLOutput
13 #define ROOT_TGLOutput
28 enum EFormat { kEPS_SIMPLE, kEPS_BSP, kPDF_SIMPLE, kPDF_BSP };
29 static Bool_t Capture(TGLViewer & viewer, EFormat format,
30 const char * filePath = 0);
32 static void StartEmbeddedPS();
33 static void CloseEmbeddedPS();
34 static void Capture(TGLViewer & viewer);
36 virtual ~TGLOutput() { }
39 static Bool_t CapturePostscript(TGLViewer & viewer, EFormat format,
40 const char * filePath);