HROOT-0.7: csrc/HROOTTPave.cpp
#include "HROOTTBox.h"
#include "HROOTTObject.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTDeletable.h"
#include "TPave.h"
#include "HROOTTPave.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_TBOX_DEFINITIONVIRT(TPave)
ROOT_TOBJECT_DEFINITIONVIRT(TPave)
ROOT_TATTLINE_DEFINITIONVIRT(TPave)
ROOT_TATTFILL_DEFINITIONVIRT(TPave)
ROOT_DELETABLE_DEFINITIONVIRT(TPave)
ROOT_TPAVE_DEFINITIONVIRT(TPave)
ROOT_TPAVE_DEFINITIONNONVIRT(TPave)
void dummyTPave ( void )
{
}