packages feed

HROOT-0.7: csrc/HROOTTCurlyLine.cpp

#include "HROOTTPolyLine.h"
#include "HROOTTObject.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTDeletable.h"
#include "TCurlyLine.h"
#include "HROOTTCurlyLine.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_TPOLYLINE_DEFINITIONVIRT(TCurlyLine)
ROOT_TOBJECT_DEFINITIONVIRT(TCurlyLine)
ROOT_TATTLINE_DEFINITIONVIRT(TCurlyLine)
ROOT_TATTFILL_DEFINITIONVIRT(TCurlyLine)
ROOT_DELETABLE_DEFINITIONVIRT(TCurlyLine)

ROOT_TCURLYLINE_DEFINITIONVIRT(TCurlyLine)

ROOT_TCURLYLINE_DEFINITIONNONVIRT(TCurlyLine)

void dummyTCurlyLine ( void ) 
{
  
}