HROOT-0.7: csrc/HROOTTPolyLine.cpp
#include "HROOTTObject.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTDeletable.h"
#include "TPolyLine.h"
#include "HROOTTPolyLine.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_TOBJECT_DEFINITIONVIRT(TPolyLine)
ROOT_TATTLINE_DEFINITIONVIRT(TPolyLine)
ROOT_TATTFILL_DEFINITIONVIRT(TPolyLine)
ROOT_DELETABLE_DEFINITIONVIRT(TPolyLine)
ROOT_TPOLYLINE_DEFINITIONVIRT(TPolyLine)
ROOT_TPOLYLINE_DEFINITIONNONVIRT(TPolyLine)
void dummyTPolyLine ( void )
{
}