HROOT-0.7: csrc/HROOTTAttImage.cpp
#include "HROOTDeletable.h"
#include "TAttImage.h"
#include "HROOTTAttImage.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(TAttImage)
ROOT_TATTIMAGE_DEFINITIONVIRT(TAttImage)
ROOT_TATTIMAGE_DEFINITIONNONVIRT(TAttImage)
void dummyTAttImage ( void )
{
}