![]() |
ROOT
6.06/09
Reference Guide
|
#include "Riostream.h"#include <cstdio>#include "TVirtualPad.h"#include "TVirtualPS.h"#include "TVirtualX.h"#include "TGaxis.h"#include "TGraph.h"#include "TStyle.h"#include "TError.h"#include "TColor.h"#include "TAxis.h"#include "TMath.h"#include "TList.h"#include "TH2Poly.h"#include "TH1.h"#include "TH3.h"#include "TF3.h"#include "TROOT.h"#include "TVirtualMutex.h"#include "TGLPlotPainter.h"#include "TGLPlotCamera.h"#include "TGLIncludes.h"#include "TGLAdapter.h"#include "TGLOutput.h"#include "TGLUtil.h"#include "TGL5D.h"#include "gl2ps.h"
Include dependency graph for TGLPlotPainter.cxx:Go to the source code of this file.
Namespaces | |
| Rgl | |
Functions | |
| ClassImp (TGLPlotPainter) TGLPlotPainter | |
| TGLPlotPainter's ctor. More... | |
| ClassImp (TGLPlotCoordinates) TGLPlotCoordinates | |
| Constructor. More... | |
| ClassImp (TGLBoxCut) TGLBoxCut | |
| Constructor. More... | |
| ClassImp (TGLTH3Slice) TGLTH3Slice | |
| Constructor. More... | |
| void | Rgl::DrawPalette (const TGLPlotCamera *camera, const TGLLevelPalette &palette) |
| Draw. Palette. More... | |
| void | Rgl::DrawPalette (const TGLPlotCamera *camera, const TGLLevelPalette &palette, const std::vector< Double_t > &levels) |
| Draw. Palette. More... | |
| void | Rgl::DrawPaletteAxis (const TGLPlotCamera *camera, const Range_t &minMax, Bool_t logZ) |
| ClassImp | ( | TGLPlotPainter | ) |
TGLPlotPainter's ctor.
Definition at line 47 of file TGLPlotPainter.cxx.
| ClassImp | ( | TGLPlotCoordinates | ) |
Constructor.
Definition at line 626 of file TGLPlotPainter.cxx.
| ClassImp | ( | TGLBoxCut | ) |
Constructor.
Definition at line 1427 of file TGLPlotPainter.cxx.
| ClassImp | ( | TGLTH3Slice | ) |
Constructor.
Definition at line 1699 of file TGLPlotPainter.cxx.