HROOT-0.7: csrc/HROOTTWbox.cpp
#include "HROOTTBox.h"
#include "HROOTTObject.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTDeletable.h"
#include "TWbox.h"
#include "HROOTTWbox.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(TWbox)
ROOT_TOBJECT_DEFINITIONVIRT(TWbox)
ROOT_TATTLINE_DEFINITIONVIRT(TWbox)
ROOT_TATTFILL_DEFINITIONVIRT(TWbox)
ROOT_DELETABLE_DEFINITIONVIRT(TWbox)
ROOT_TWBOX_DEFINITIONVIRT(TWbox)
ROOT_TWBOX_DEFINITIONNONVIRT(TWbox)
void dummyTWbox ( void )
{
}