packages feed

HROOT-0.7: csrc/HROOTTGraphQQ.cpp

#include "HROOTTGraph.h"
#include "HROOTTNamed.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTTAttMarker.h"
#include "HROOTTObject.h"
#include "HROOTDeletable.h"
#include "TGraphQQ.h"
#include "HROOTTGraphQQ.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_TGRAPH_DEFINITIONVIRT(TGraphQQ)
ROOT_TNAMED_DEFINITIONVIRT(TGraphQQ)
ROOT_TATTLINE_DEFINITIONVIRT(TGraphQQ)
ROOT_TATTFILL_DEFINITIONVIRT(TGraphQQ)
ROOT_TATTMARKER_DEFINITIONVIRT(TGraphQQ)
ROOT_TOBJECT_DEFINITIONVIRT(TGraphQQ)
ROOT_DELETABLE_DEFINITIONVIRT(TGraphQQ)

ROOT_TGRAPHQQ_DEFINITIONVIRT(TGraphQQ)

ROOT_TGRAPHQQ_DEFINITIONNONVIRT(TGraphQQ)

void dummyTGraphQQ ( void ) 
{
  
}