#ifdef __cplusplus extern "C" { #endif #pragma once #include "HROOT-grafType.h" #include "HROOTHistTGraphErrors.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 TGRAPHPOLAR_DECL_VIRT(Type) \ #define TGRAPHPOLAR_DECL_NONVIRT(Type) \ Type##_p Type##_newTGraphPolar ( int n, double* x, double* y, double* ex, double* ey ); #define TGRAPHPOLAR_DECL_ACCESSOR(Type) \ #define TGRAPHPOLAR_DEF_VIRT(Type) \ #define TGRAPHPOLAR_DEF_NONVIRT(Type) \ Type##_p Type##_newTGraphPolar ( int n, double* x, double* y, double* ex, double* ey ) {\ Type* newp=new Type(n, x, y, ex, ey);return from_nonconst_to_nonconst(newp);\ } #define TGRAPHPOLAR_DEF_ACCESSOR(Type) \ TGRAPHERRORS_DECL_VIRT(TGraphPolar) TGRAPH_DECL_VIRT(TGraphPolar) TNAMED_DECL_VIRT(TGraphPolar) TATTLINE_DECL_VIRT(TGraphPolar) TATTFILL_DECL_VIRT(TGraphPolar) TATTMARKER_DECL_VIRT(TGraphPolar) TOBJECT_DECL_VIRT(TGraphPolar) DELETABLE_DECL_VIRT(TGraphPolar) TGRAPHPOLAR_DECL_VIRT(TGraphPolar) TGRAPHPOLAR_DECL_NONVIRT(TGraphPolar) TGRAPHPOLAR_DECL_ACCESSOR(TGraphPolar) #ifdef __cplusplus } #endif