class TGLPlotBox


 Implementation of a box around a histogram/function for
 plot-painters.

Function Members (Methods)

public:
TGLPlotBox(const TGLPlotBox&)
TGLPlotBox(Bool_t xoySelectable, Bool_t xozSelectable, Bool_t yozSelectable)
virtual~TGLPlotBox()
static TClass*Class()
voidDrawBox(Int_t selectedPart, Bool_t selectionPass, const vector<Double_t>& zLevels, Bool_t highColor) const
Int_tFindFrontPoint() const
const TGLVertex3*Get2DBox() const
const TGLVertex3*Get3DBox() const
Int_tGetFrontPoint() const
virtual TClass*IsA() const
voidSetFrameColor(const TColor* color)
voidSetPlotBox(const Rgl::Range_t& xRange, const Rgl::Range_t& yRange, const Rgl::Range_t& zRange)
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
private:
voidDrawBackPlane(Int_t plane, Bool_t selectionPass, const vector<Double_t>& zLevels) const

Data Members

public:
static const Int_tfgBackPairs[1073741823][2]
static const Int_tfgFramePlanes[536870911][4]
static const Double_tfgNormals[715827882][3]
private:
TGLVertex3f2DBox[8]
TGLVertex3f3DBox[8]
const TColor*fFrameColor
Int_tfFrontPoint
Bool_tfSelectablePairs[4][2]
const Bool_tfXOYSelectable
const Bool_tfXOZSelectable
const Bool_tfYOZSelectable

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TGLPlotBox(Bool_t xoySelectable, Bool_t xozSelectable, Bool_t yozSelectable)
 Constructor.
Front point is 0.
~TGLPlotBox()
 Empty dtor to suppress g++ warnings.
void DrawBox(Int_t selectedPart, Bool_t selectionPass, const vector<Double_t>& zLevels, Bool_t highColor) const
 Draw back box for a plot.
void SetPlotBox(const Rgl::Range_t& xRange, const Rgl::Range_t& yRange, const Rgl::Range_t& zRange)
 Set up a frame box.
void SetFrameColor(const TColor* color)
 Back box color.
Int_t FindFrontPoint()
 Convert 3d points into window coordinate system
 and find the nearest.
Int_t GetFrontPoint()
 The nearest point.
const TGLVertex3 * Get3DBox()
 Get 3D box.
const TGLVertex3 * Get2DBox()
 Get 2D box.
void DrawBackPlane(Int_t plane, Bool_t selectionPass, const vector<Double_t>& zLevels) const
Draw back plane with number 'plane'
TGLPlotBox(Bool_t xoySelectable, Bool_t xozSelectable, Bool_t yozSelectable)
ClassDef macro adds some virtual functions,
so, to supress g++ warnings virtual destructor declared.

Last change: Wed Jun 25 08:41:12 2008
Last generated: 2008-06-25 08:41

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.