#ifdef __cplusplus extern "C" { #endif #pragma once #include "HROOT-grafType.h" #include "HROOTGrafTView.h" #include "HROOTCoreTObject.h" #include "HROOTCoreTAttLine.h" #include "STDDeletable.h" #define TVIEW3D_DECL_VIRT(Type) \ #define TVIEW3D_DECL_NONVIRT(Type) \ #define TVIEW3D_DECL_ACCESSOR(Type) \ #define TVIEW3D_DEF_VIRT(Type) \ #define TVIEW3D_DEF_NONVIRT(Type) \ #define TVIEW3D_DEF_ACCESSOR(Type) \ TVIEW_DECL_VIRT(TView3D) TOBJECT_DECL_VIRT(TView3D) TATTLINE_DECL_VIRT(TView3D) DELETABLE_DECL_VIRT(TView3D) TVIEW3D_DECL_VIRT(TView3D) TVIEW3D_DECL_NONVIRT(TView3D) TVIEW3D_DECL_ACCESSOR(TView3D) #ifdef __cplusplus } #endif