packages feed

HROOT-0.7: csrc/HROOTTPaveLabel.cpp

#include "HROOTTPave.h"
#include "HROOTTAttText.h"
#include "HROOTTBox.h"
#include "HROOTTObject.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTDeletable.h"
#include "TPaveLabel.h"
#include "HROOTTPaveLabel.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_TPAVE_DEFINITIONVIRT(TPaveLabel)
ROOT_TATTTEXT_DEFINITIONVIRT(TPaveLabel)
ROOT_TBOX_DEFINITIONVIRT(TPaveLabel)
ROOT_TOBJECT_DEFINITIONVIRT(TPaveLabel)
ROOT_TATTLINE_DEFINITIONVIRT(TPaveLabel)
ROOT_TATTFILL_DEFINITIONVIRT(TPaveLabel)
ROOT_DELETABLE_DEFINITIONVIRT(TPaveLabel)

ROOT_TPAVELABEL_DEFINITIONVIRT(TPaveLabel)

ROOT_TPAVELABEL_DEFINITIONNONVIRT(TPaveLabel)

void dummyTPaveLabel ( void ) 
{
  
}