Logo ROOT   6.12/07
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 47 of file THistDrawable.hxx.

Public Member Functions

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

static THistPainterBase< DIMENSION > *& GetPainterPtr ()
 

#include <ROOT/THistDrawable.hxx>

Constructor & Destructor Documentation

◆ THistPainterBase()

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

Definition at line 36 of file THistDrawable.cxx.

◆ ~THistPainterBase()

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

Definition at line 42 of file THistDrawable.cxx.

Member Function Documentation

◆ GetPainter()

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

Definition at line 56 of file THistDrawable.cxx.

◆ GetPainterPtr()

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

Definition at line 48 of file THistDrawable.cxx.

◆ Paint()

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

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


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