packages feed

HROOT-0.7: csrc/HROOTTPaveText.cpp

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

ROOT_TPAVETEXT_DEFINITIONVIRT(TPaveText)

ROOT_TPAVETEXT_DEFINITIONNONVIRT(TPaveText)

void dummyTPaveText ( void ) 
{
  
}