HROOT-0.7: csrc/HROOTTBRIK.cpp
#include "HROOTTShape.h"
#include "HROOTTNamed.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTTAtt3D.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TBRIK.h"
#include "HROOTTBRIK.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_TSHAPE_DEFINITIONVIRT(TBRIK)
ROOT_TNAMED_DEFINITIONVIRT(TBRIK)
ROOT_TATTLINE_DEFINITIONVIRT(TBRIK)
ROOT_TATTFILL_DEFINITIONVIRT(TBRIK)
ROOT_TATT3D_DEFINITIONVIRT(TBRIK)
ROOT_TOBJECT_DEFINITIONVIRT(TBRIK)
ROOT_DELETABLE_DEFINITIONVIRT(TBRIK)
ROOT_TBRIK_DEFINITIONVIRT(TBRIK)
ROOT_TBRIK_DEFINITIONNONVIRT(TBRIK)
void dummyTBRIK ( void )
{
}