#include <vector>
#include "TVirtualGL.h"
#include "TGLPlotBox.h"
#include "TPoint.h"
#include "TGLUtil.h"
#include "TNamed.h"
Classes | |
class | Rgl::PlotTranslation |
class | TGLBoxCut |
Used by plot-painters to determine the area of the plot that is cut away. More... | |
class | TGLPlotCoordinates |
Helper class for plot-painters holding information about axis ranges, numbers of bins and flags if certain axis is logarithmic. More... | |
class | TGLPlotPainter |
Base class for plot-painters that provide GL rendering of various 2D and 3D histograms, functions and parametric surfaces. More... | |
class | TGLTH3Slice |
A slice of a TH3. More... | |
Namespaces | |
namespace | Rgl |
Functions | |
void | Rgl::DrawPalette (const TGLPlotCamera *camera, const TGLLevelPalette &palette) |
Draw. Palette. | |
void | Rgl::DrawPalette (const TGLPlotCamera *camera, const TGLLevelPalette &palette, const std::vector< Double_t > &levels) |
Draw. Palette. | |
void | Rgl::DrawPaletteAxis (const TGLPlotCamera *camera, const Range_t &minMax, Bool_t logZ) |
Variables | |
const Double_t | Rgl::gH2PolyScaleXY = 1.2 |