ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Internal::THistDrawable< DIMENSION, PRECISION > Class Template Referencefinal

template<int DIMENSION, class PRECISION>
class ROOT::Internal::THistDrawable< DIMENSION, PRECISION >

Definition at line 57 of file THistDrawable.h.

Public Member Functions

 THistDrawable (TCoopPtr< THist< DIMENSION, PRECISION >> hist, THistDrawOptions< DIMENSION > opts)
 
 ~THistDrawable ()=default
 
void Paint () final
 Paint the histogram. More...
 
- Public Member Functions inherited from ROOT::Internal::TDrawable
virtual ~TDrawable ()
 

Private Attributes

TCoopPtr< THist< DIMENSION, PRECISION > > fHist
 
THistDrawOptions< DIMENSION > fOpts
 

#include <ROOT/THistDrawable.h>

+ Inheritance diagram for ROOT::Internal::THistDrawable< DIMENSION, PRECISION >:
+ Collaboration diagram for ROOT::Internal::THistDrawable< DIMENSION, PRECISION >:

Constructor & Destructor Documentation

template<int DIMENSION, class PRECISION >
ROOT::Internal::THistDrawable< DIMENSION, PRECISION >::THistDrawable ( TCoopPtr< THist< DIMENSION, PRECISION >>  hist,
THistDrawOptions< DIMENSION >  opts 
)
inline

Definition at line 63 of file THistDrawable.h.

template<int DIMENSION, class PRECISION >
ROOT::Internal::THistDrawable< DIMENSION, PRECISION >::~THistDrawable ( )
default

Member Function Documentation

template<int DIMENSION, class PRECISION >
void ROOT::Internal::THistDrawable< DIMENSION, PRECISION >::Paint ( )
inlinefinalvirtual

Paint the histogram.

Implements ROOT::Internal::TDrawable.

Definition at line 69 of file THistDrawable.h.

Member Data Documentation

template<int DIMENSION, class PRECISION >
TCoopPtr<THist<DIMENSION, PRECISION> > ROOT::Internal::THistDrawable< DIMENSION, PRECISION >::fHist
private

Definition at line 59 of file THistDrawable.h.

template<int DIMENSION, class PRECISION >
THistDrawOptions<DIMENSION> ROOT::Internal::THistDrawable< DIMENSION, PRECISION >::fOpts
private

Definition at line 60 of file THistDrawable.h.


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