library: libRGL
#include "TGLAxisPainter.h"

TGL2DAxisPainter


class description - header file - source file - inheritance tree (.pdf)
viewCVS header - viewCVS source

class TGL2DAxisPainter: public TGLAxisPainter

Inheritance Chart:
TGLAxisPainter
<-
TGL2DAxisPainter

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGL2DAxisPainter(TH1* hist)
TGL2DAxisPainter(const TGL2DAxisPainter&)
~TGL2DAxisPainter()
static TClass*Class()
virtual TClass*IsA() const
TGLAxisPainter&TGLAxisPainter::operator=(const TGLAxisPainter&)
virtual voidPaint(Int_t context)
voidSetPlotFrame(TGLPlotFrame* frame)
virtual voidSetRanges(const TGLAxisPainter::Range_t& xRange, const TGLAxisPainter::Range_t& yRange, const TGLAxisPainter::Range_t& zRange)
virtual voidSetZLevels(vector<Double_t>& zLevels)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

private:
pair<double,double>fRangeX
pair<double,double>fRangeY
pair<double,double>fRangeZ
TGLPlotFrame*fPlotFrame
TAxis*fAxisX
TAxis*fAxisY
TAxis*fAxisZ

Class Description

TGL2DAxisPainter(TH1 *hist)
TGL2DAxisPainter constructor.
void SetPlotFrame(TGLPlotFrame *frame)
 Set plot frame.
void SetRanges(const Range_t &xRange, const Range_t &yRange, const Range_t &zRange)
 Set range.
void SetZLevels(std::vector<Double_t> &zLevels)
Define levels for grid.
copy vals, because Optimize can chnage them.
void Paint(Int_t glContext)
Using front point, find, where to draw axes and which labels to use for them
TGL2DAxisPainter(TH1 *hist)

Author: Timur Pocheptsov 14/06/2006
Last update: root/gl:$Name: $:$Id: TGLAxisPainter.cxx,v 1.2 2006/06/14 08:33:23 couet Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.