HROOT-0.7: csrc/HROOTTAtt3D.cpp
#include "HROOTDeletable.h"
#include "TAtt3D.h"
#include "HROOTTAtt3D.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_DELETABLE_DEFINITIONVIRT(TAtt3D)
ROOT_TATT3D_DEFINITIONVIRT(TAtt3D)
ROOT_TATT3D_DEFINITIONNONVIRT(TAtt3D)
void dummyTAtt3D ( void )
{
}