Logo ROOT   6.16/01
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::RHistPainterBase< DIMENSION > Class Template Referenceabstract

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

Definition at line 42 of file RHistDrawable.hxx.

Public Member Functions

virtual void Paint (RDrawable &obj, const RHistDrawingOpts< DIMENSION > &opts, RPadPainter &pad)=0
 Paint a RHist. All we need is access to its GetBinContent() More...
 

Static Public Member Functions

static RHistPainterBase< DIMENSION > * GetPainter ()
 

Protected Member Functions

 RHistPainterBase ()
 
virtual ~RHistPainterBase ()
 

Static Private Member Functions

static RHistPainterBase< DIMENSION > *& GetPainterPtr ()
 

#include <ROOT/RHistDrawable.hxx>

Constructor & Destructor Documentation

◆ RHistPainterBase()

template<int DIMENSION>
RHistPainterBase::RHistPainterBase
protected

Definition at line 33 of file RHistDrawable.cxx.

◆ ~RHistPainterBase()

template<int DIMENSION>
RHistPainterBase::~RHistPainterBase
protectedvirtual

Definition at line 39 of file RHistDrawable.cxx.

Member Function Documentation

◆ GetPainter()

template<int DIMENSION>
RHistPainterBase< DIMENSION > * RHistPainterBase::GetPainter
static

Definition at line 53 of file RHistDrawable.cxx.

◆ GetPainterPtr()

template<int DIMENSION>
RHistPainterBase< DIMENSION > *& RHistPainterBase::GetPainterPtr
staticprivate

Definition at line 45 of file RHistDrawable.cxx.

◆ Paint()

template<int DIMENSION>
virtual void ROOT::Experimental::Internal::RHistPainterBase< DIMENSION >::Paint ( RDrawable obj,
const RHistDrawingOpts< DIMENSION > &  opts,
RPadPainter pad 
)
pure virtual

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


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