Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Private Attributes | List of all members
ROOT::Experimental::Internal::THistPainterBase< DIMENSION > Class Template Referenceabstract

template<int DIMENSION>
class ROOT::Experimental::Internal::THistPainterBase< DIMENSION >

Definition at line 42 of file THistDrawable.hxx.

Public Member Functions

virtual void Paint (TDrawable &obj, THistDrawOptions< DIMENSION > opts, TCanvas &canv)=0
 Paint a THist. All we need is access to its GetBinContent() More...
 

Static Public Member Functions

static THistPainterBase< DIMENSION > * GetPainter ()
 

Protected Member Functions

 THistPainterBase ()
 
virtual ~THistPainterBase ()
 

Static Private Attributes

static THistPainterBase< DIMENSION > * fgPainter = nullptr
 

#include <ROOT/THistDrawable.hxx>

Constructor & Destructor Documentation

◆ THistPainterBase()

template<int DIMENSION>
ROOT::Experimental::Internal::THistPainterBase< DIMENSION >::THistPainterBase ( )
inlineprotected

Definition at line 46 of file THistDrawable.hxx.

◆ ~THistPainterBase()

template<int DIMENSION>
THistPainterBase::~THistPainterBase ( )
protectedvirtual

Definition at line 35 of file THistDrawable.cxx.

Member Function Documentation

◆ GetPainter()

template<int DIMENSION>
static THistPainterBase<DIMENSION>* ROOT::Experimental::Internal::THistPainterBase< DIMENSION >::GetPainter ( )
inlinestatic

Definition at line 50 of file THistDrawable.hxx.

◆ Paint()

template<int DIMENSION>
virtual void ROOT::Experimental::Internal::THistPainterBase< DIMENSION >::Paint ( TDrawable obj,
THistDrawOptions< DIMENSION >  opts,
TCanvas canv 
)
pure virtual

Paint a THist. All we need is access to its GetBinContent()

Member Data Documentation

◆ fgPainter

template<int DIMENSION>
THistPainterBase< DIMENSION > * THistPainterBase::fgPainter = nullptr
staticprivate

Definition at line 43 of file THistDrawable.hxx.


The documentation for this class was generated from the following files: