packages feed

HROOT-0.7: csrc/HROOTTSliderBox.cpp

#include "HROOTTWbox.h"
#include "HROOTTBox.h"
#include "HROOTTObject.h"
#include "HROOTTAttLine.h"
#include "HROOTTAttFill.h"
#include "HROOTDeletable.h"
#include "TSliderBox.h"
#include "HROOTTSliderBox.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_TWBOX_DEFINITIONVIRT(TSliderBox)
ROOT_TBOX_DEFINITIONVIRT(TSliderBox)
ROOT_TOBJECT_DEFINITIONVIRT(TSliderBox)
ROOT_TATTLINE_DEFINITIONVIRT(TSliderBox)
ROOT_TATTFILL_DEFINITIONVIRT(TSliderBox)
ROOT_DELETABLE_DEFINITIONVIRT(TSliderBox)

ROOT_TSLIDERBOX_DEFINITIONVIRT(TSliderBox)

ROOT_TSLIDERBOX_DEFINITIONNONVIRT(TSliderBox)

void dummyTSliderBox ( void ) 
{
  
}