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

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

Definition at line 43 of file THistDrawable.hxx.

Public Member Functions

virtual void Paint (TDrawable &obj, const THistDrawingOpts< DIMENSION > &opts, TPadPainter &pad)=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 Member Functions

static THistPainterBase< DIMENSION > *& GetPainterPtr ()
 

#include <ROOT/THistDrawable.hxx>

Constructor & Destructor Documentation

◆ THistPainterBase()

template<int DIMENSION>
THistPainterBase::THistPainterBase ( )
protected

Definition at line 33 of file THistDrawable.cxx.

◆ ~THistPainterBase()

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

Definition at line 39 of file THistDrawable.cxx.

Member Function Documentation

◆ GetPainter()

template<int DIMENSION>
THistPainterBase< DIMENSION > * THistPainterBase::GetPainter ( )
static

Definition at line 53 of file THistDrawable.cxx.

◆ GetPainterPtr()

template<int DIMENSION>
THistPainterBase< DIMENSION > *& THistPainterBase::GetPainterPtr ( )
staticprivate

Definition at line 45 of file THistDrawable.cxx.

◆ Paint()

template<int DIMENSION>
virtual void ROOT::Experimental::Internal::THistPainterBase< DIMENSION >::Paint ( TDrawable obj,
const THistDrawingOpts< DIMENSION > &  opts,
TPadPainter pad 
)
pure virtual

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


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