packages feed

HROOT-0.7: csrc/HROOTTArc.cpp

#include "HROOTTEllipse.h"
#include "HROOTTObject.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTDeletable.h"
#include "TArc.h"
#include "HROOTTArc.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_TELLIPSE_DEFINITIONVIRT(TArc)
ROOT_TOBJECT_DEFINITIONVIRT(TArc)
ROOT_TATTLINE_DEFINITIONVIRT(TArc)
ROOT_TATTFILL_DEFINITIONVIRT(TArc)
ROOT_DELETABLE_DEFINITIONVIRT(TArc)

ROOT_TARC_DEFINITIONVIRT(TArc)

ROOT_TARC_DEFINITIONNONVIRT(TArc)

void dummyTArc ( void ) 
{
  
}