OpenGL renderer class for TEveCaloLego.
| void | DrawCells2D(TGLRnrCtx& rnrCt) const | 
| void | DrawCells3D(TGLRnrCtx& rnrCtx) const | 
| void | DrawHistBase(TGLRnrCtx& rnrCtx, Bool_t is3D) const | 
| void | DrawXYScales(TGLRnrCtx& rnrCtx, Float_t x0, Float_t x1, Float_t y0, Float_t y1) const | 
| void | DrawZScales2D(TGLRnrCtx& rnrCtx, Float_t x0, Float_t y0) const | 
| void | DrawZScales3D(TGLRnrCtx& rnrCtx, Float_t x0, Float_t x1, Float_t y0, Float_t y1) const | 
| Int_t | GetGridStep(Int_t axId, const TAxis* ax, TGLRnrCtx& rnrCtx) const | 
| void | MakeDisplayList() const | 
| void | MakeQuad(Float_t x, Float_t y, Float_t z, Float_t xw, Float_t yw, Float_t zh) const | 
| void | RnrText(const char* txt, Float_t x, Float_t y, Float_t z, const TGLFont& font, Int_t mode) const | 
| void | TGLObject::SetAxisAlignedBBox(const Float_t* p) | 
| void | TGLObject::SetAxisAlignedBBox(Float_t xmin, Float_t xmax, Float_t ymin, Float_t ymax, Float_t zmin, Float_t zmax) | 
| void | SetFont(Float_t axis_len, TGLRnrCtx& rnrCtx) const | 
| Bool_t | TGLObject::SetModelCheckClass(TObject* obj, TClass* cls) | 
| TEveCaloLegoGL(const TEveCaloLegoGL&) | |
| TEveCaloLegoGL& | operator=(const TEveCaloLegoGL&) | 
| enum TGLLogicalShape::ELODAxes { | kLODAxesNone | |
| kLODAxesX | ||
| kLODAxesY | ||
| kLODAxesZ | ||
| kLODAxesAll | ||
| }; | 
| Int_t* | fBinSteps | |
| TGLBoundingBox | TGLLogicalShape::fBoundingBox | ! Shape's bounding box. | 
| UInt_t | TGLLogicalShape::fDLBase | ! display-list id base | 
| Bool_t | TGLLogicalShape::fDLCache | ! use display list caching | 
| Bool_t | fDLCacheOK | |
| map<Int_t,UInt_t> | fDLMap | |
| UShort_t | TGLLogicalShape::fDLValid | ! display-list validity bit-field | 
| TObject* | TGLLogicalShape::fExternalObj | ! Also plays the role of ID. | 
| TGLPhysicalShape* | TGLLogicalShape::fFirstPhysical | ! first replica | 
| Int_t | fFontSize | font size in pixels | 
| TEveCaloLego* | fM | Model object. | 
| Int_t | fNBinSteps | |
| TGLFont | fNumFont | |
| Bool_t | TGLLogicalShape::fOwnExtObj | ! External object is a fake | 
| UInt_t | TGLLogicalShape::fRef | ! physical instance ref counting | 
| Bool_t | TGLLogicalShape::fRefStrong | ! Strong ref (delete on 0 ref); not in scene | 
| TGLScene* | TGLLogicalShape::fScene | ! scene where object is stored (can be zero!) | 
| TGLFont | fSymbolFont | |
| const Float_t | fTMSize | XY tick-mark size in world coordinates | 
| Int_t | fTowerPicked | 

Determines if display-list will be used for rendering. Virtual from TGLLogicalShape.
Draw an axis-aligned box using quads.
Create display-list that draws histogram bars. It is used for filled and outline passes.
Render text txt at given position, font and alignmnet mode.
Draw simplified z-axis for top-down view.
Draw z-axis at the appropriate grid corner-point including tick-marks and labels.
Draw XY title, labels.
Calculate view-dependent grid density.
Processes secondary selection from TGLViewer.