36 if ((
h =
gROOT->GetPluginManager()->FindHandler(
"TVirtualHistPainter"))) {
37 if (
h->LoadPlugin() == -1)
49 if (
p)
p->SetHistogram(obj);
winID h TVirtualViewer3D TVirtualGLPainter p
TClass instances represent classes, structs and namespaces in the ROOT type system.
void * New(ENewType defConstructor=kClassNew, Bool_t quiet=kFALSE) const
Return a pointer to a newly allocated object of this class.
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.
TH1 is the base class of all histogram classes in ROOT.
Abstract interface to a histogram painter.
static TClass * fgPainter
Pointer to class painter.
static void SetPainter(const char *painter)
Static function to set an alternative histogram painter.
static TVirtualHistPainter * HistPainter(TH1 *obj)
Static function returning a pointer to the current histogram painter.