|
| struct | AxisConfigToType |
| | Converts a TAxisConfig of whatever kind to the corresponding TAxisBase-derived object. More...
|
| |
| struct | AxisConfigToType< TAxisConfig::kEquidistant > |
| |
| struct | AxisConfigToType< TAxisConfig::kGrow > |
| |
| struct | AxisConfigToType< TAxisConfig::kIrregular > |
| |
| struct | AxisConfigToType< TAxisConfig::kLabels > |
| |
| class | TDirectoryEntry |
| |
| class | TDrawingAttrAndUseCount |
| |
| class | TDrawingAttrTable |
| |
| class | TDrawingOptsReader |
| |
| struct | TFillBinCoord |
| | Fill coord with low bin edge or center or high bin edge of all axes. More...
|
| |
| struct | TFillBinCoord<-1, COORD, AXES > |
| |
| struct | TFillIterRange |
| | Fill range with begin() and end() of all axes, including under/overflow as specified by over. More...
|
| |
| struct | TFillIterRange<-1, AXES > |
| |
| struct | TGetBinCount |
| |
| struct | TGetBinCount< 0, AXES > |
| |
| struct | TGetBinIndex |
| |
| struct | TGetBinIndex<-1, HISTIMPL, AXES, GROW > |
| |
| class | THistBufferedFillBase |
| |
| struct | THistImplGen |
| | Generate THist::fImpl from THist constructor arguments. More...
|
| |
| struct | THistImplGen< NDIM, NDIM, DATA, PROCESSEDAXISCONFIG... > |
| | Generate THist::fImpl from constructor arguments; recursion end. More...
|
| |
| class | THistPainterBase |
| |
| class | TIndexIter |
| | Iterates over an index; the REFERENCE is defined by the REFERENCE template parameter. More...
|
| |
| class | TObjectDrawable |
| | Provides v7 drawing facilities for TObject types (TGraph etc). More...
|
| |
| class | TPadHorizVert |
| | A 2D (horizontal and vertical) combination of TPadCoords. More...
|
| |
| class | TUniWeakPtr |
| |
| class | TVirtualCanvasPainter |
| | Abstract interface for painting a canvas. More...
|
| |
|
| void | LoadHistPainterLibrary () |
| |
| void | swap (TDirectoryEntry &e1, TDirectoryEntry &e2) noexcept |
| |
|
| template<class REFERENCE , class POINTER > |
| bool | operator< (TIndexIter< REFERENCE, POINTER > lhs, TIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator> (TIndexIter< REFERENCE, POINTER > lhs, TIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator<= (TIndexIter< REFERENCE, POINTER > lhs, TIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator>= (TIndexIter< REFERENCE, POINTER > lhs, TIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator== (TIndexIter< REFERENCE, POINTER > lhs, TIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator!= (TIndexIter< REFERENCE, POINTER > lhs, TIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |