ROOT
6.07/01
Reference Guide
|
Wrapper class for GL capture & output routines.
Definition at line 28 of file TGLOutput.h.
Public Types | |
enum | EFormat { kEPS_SIMPLE, kEPS_BSP, kPDF_SIMPLE, kPDF_BSP } |
Public Member Functions | |
virtual | ~TGLOutput () |
Static Public Member Functions | |
static Bool_t | Capture (TGLViewer &viewer, EFormat format, const char *filePath=0) |
static void | StartEmbeddedPS () |
this function used by gl-in-pad More... | |
static void | CloseEmbeddedPS () |
this function used by gl-in-pad Restore the gVirtualPS output stream More... | |
static void | Capture (TGLViewer &viewer) |
this function used by gl-viewer, embedded into pad More... | |
Static Private Member Functions | |
static Bool_t | CapturePostscript (TGLViewer &viewer, EFormat format, const char *filePath) |
Capture viewer to postscript file. More... | |
#include <TGLOutput.h>
enum TGLOutput::EFormat |
Enumerator | |
---|---|
kEPS_SIMPLE | |
kEPS_BSP | |
kPDF_SIMPLE | |
kPDF_BSP |
Definition at line 30 of file TGLOutput.h.
|
inlinevirtual |
Definition at line 38 of file TGLOutput.h.
|
static |
Referenced by TGLViewer::PrintObjects(), and TGLViewer::SavePicture().
this function used by gl-viewer, embedded into pad
Definition at line 196 of file TGLOutput.cxx.
|
staticprivate |
Capture viewer to postscript file.
Arguments are:
Definition at line 67 of file TGLOutput.cxx.
|
static |
this function used by gl-in-pad Restore the gVirtualPS output stream
Definition at line 180 of file TGLOutput.cxx.
Referenced by Capture(), and TGLPlotPainter::PrintPlot().
|
static |
this function used by gl-in-pad
Definition at line 136 of file TGLOutput.cxx.
Referenced by Capture(), and TGLPlotPainter::PrintPlot().