packages feed

HROOT-0.7: csrc/HROOTTVirtualHistPainter.cpp

#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TVirtualHistPainter.h"
#include "HROOTTVirtualHistPainter.h"

using namespace std;

template<class ToType, class FromType>
const ToType* to_const(const FromType* x) {
  return reinterpret_cast<const ToType*>(x);
}

template<class ToType, class FromType>
ToType* to_nonconst(FromType* x) {
  return reinterpret_cast<ToType*>(x);
}



ROOT_TOBJECT_DEFINITIONVIRT(TVirtualHistPainter)
ROOT_DELETABLE_DEFINITIONVIRT(TVirtualHistPainter)



void dummyTVirtualHistPainter ( void ) 
{
  
}