HROOT-0.7: csrc/HROOTTArrow.cpp
#include "HROOTTLine.h"
#include "HROOTTAttFill.h"
#include "HROOTTObject.h"
#include "HROOTTAttLine.h"
#include "HROOTDeletable.h"
#include "TArrow.h"
#include "HROOTTArrow.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_TLINE_DEFINITIONVIRT(TArrow)
ROOT_TATTFILL_DEFINITIONVIRT(TArrow)
ROOT_TOBJECT_DEFINITIONVIRT(TArrow)
ROOT_TATTLINE_DEFINITIONVIRT(TArrow)
ROOT_DELETABLE_DEFINITIONVIRT(TArrow)
ROOT_TARROW_DEFINITIONVIRT(TArrow)
ROOT_TARROW_DEFINITIONNONVIRT(TArrow)
void dummyTArrow ( void )
{
}