HROOT-0.7: csrc/HROOTTF1.cpp
#include "HROOTTFormula.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTTAttMarker.h"
#include "HROOTTNamed.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TF1.h"
#include "HROOTTF1.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_TFORMULA_DEFINITIONVIRT(TF1)
ROOT_TATTLINE_DEFINITIONVIRT(TF1)
ROOT_TATTFILL_DEFINITIONVIRT(TF1)
ROOT_TATTMARKER_DEFINITIONVIRT(TF1)
ROOT_TNAMED_DEFINITIONVIRT(TF1)
ROOT_TOBJECT_DEFINITIONVIRT(TF1)
ROOT_DELETABLE_DEFINITIONVIRT(TF1)
ROOT_TF1_DEFINITIONVIRT(TF1)
ROOT_TF1_DEFINITIONNONVIRT(TF1)
void dummyTF1 ( void )
{
}