packages feed

HROOT-0.7: csrc/HROOTTPavesText.cpp

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

ROOT_TPAVESTEXT_DEFINITIONVIRT(TPavesText)

ROOT_TPAVESTEXT_DEFINITIONNONVIRT(TPavesText)

void dummyTPavesText ( void ) 
{
  
}