library: libRGL
#include "TGLAxisPainter.h"

TGLAxisPainter


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

class TGLAxisPainter

Inheritance Chart:
TGLAxisPainter
<-
TGL2DAxisPainter

Function Members (Methods)

Display options:
Show inherited
Show non-public
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.

public:
virtual~TGLAxisPainter()
static TClass*Class()
virtual TClass*IsA() const
TGLAxisPainter&operator=(const TGLAxisPainter&)
virtual voidPaint(Int_t context)
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)

Class Description

~TGLAxisPainter()
 TGLAxisPainter destructor.
void SetRanges(const Range_t &xRange, const Range_t &yRange, const Range_t &zRange)
void SetZLevels(std::vector<Double_t> &zLevels)
void Paint(Int_t context)

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.