#ifdef __cplusplus extern "C" { #endif #pragma once #include "HROOT-grafType.h" #include "HROOTHistTGraph.h" #include "HROOTCoreTNamed.h" #include "HROOTCoreTAttLine.h" #include "HROOTCoreTAttFill.h" #include "HROOTCoreTAttMarker.h" #include "HROOTCoreTObject.h" #include "STDDeletable.h" #include "HROOT-histType.h" #define TGRAPHQQ_DECL_VIRT(Type) \ #define TGRAPHQQ_DECL_NONVIRT(Type) \ Type##_p Type##_newTGraphQQ ( int nx, double* x, int ny, double* y ); #define TGRAPHQQ_DECL_ACCESSOR(Type) \ #define TGRAPHQQ_DEF_VIRT(Type) \ #define TGRAPHQQ_DEF_NONVIRT(Type) \ Type##_p Type##_newTGraphQQ ( int nx, double* x, int ny, double* y ) {\ Type* newp=new Type(nx, x, ny, y);return from_nonconst_to_nonconst(newp);\ } #define TGRAPHQQ_DEF_ACCESSOR(Type) \ TGRAPH_DECL_VIRT(TGraphQQ) TNAMED_DECL_VIRT(TGraphQQ) TATTLINE_DECL_VIRT(TGraphQQ) TATTFILL_DECL_VIRT(TGraphQQ) TATTMARKER_DECL_VIRT(TGraphQQ) TOBJECT_DECL_VIRT(TGraphQQ) DELETABLE_DECL_VIRT(TGraphQQ) TGRAPHQQ_DECL_VIRT(TGraphQQ) TGRAPHQQ_DECL_NONVIRT(TGraphQQ) TGRAPHQQ_DECL_ACCESSOR(TGraphQQ) #ifdef __cplusplus } #endif