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

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

Definition at line 34 of file THistDrawable.h.

Public Member Functions

virtual void Paint (TDrawable &obj, THistDrawOptions< DIMENSION > opts)=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.h>

Constructor & Destructor Documentation

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

Definition at line 38 of file THistDrawable.h.

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

Definition at line 21 of file THistDrawable.cxx.

Member Function Documentation

template<int DIMENSION>
static THistPainterBase<DIMENSION>* ROOT::Internal::THistPainterBase< DIMENSION >::GetPainter ( )
inlinestatic
template<int DIMENSION>
virtual void ROOT::Internal::THistPainterBase< DIMENSION >::Paint ( TDrawable obj,
THistDrawOptions< DIMENSION >  opts 
)
pure virtual

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

Member Data Documentation

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

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