ROOT  6.06/09
Reference Guide
Functions
TGLOutput.cxx File Reference
#include "Riostream.h"
#include "TVirtualPad.h"
#include "TVirtualPS.h"
#include "TGLOutput.h"
#include "TGLViewer.h"
#include "TSystem.h"
#include "gl2ps.h"
#include "TError.h"
#include <assert.h>
+ Include dependency graph for TGLOutput.cxx:

Go to the source code of this file.

Functions

 ClassImp (TGLOutput) Bool_t TGLOutput
 Capture viewer to file. More...
 

Function Documentation

ClassImp ( TGLOutput  )

Capture viewer to file.

Arguments are:

  • 'viewer' - viewer object to capture from
  • 'format' - output format - only postscript types presently. One of kEPS_SIMPLE, kEPS_BSP, kPDF_SIMPLE or kPDF_BSP See TGLOutput::CapturePostscript() for meanings
  • 'filePath' - file output name. If null defaults to './viewer.eps' or './viewer.pdf' depending on format requested

Note : Output files can be large and take considerable time (up to mins) to generate

Definition at line 27 of file TGLOutput.cxx.