2 #ifndef VTKRENDERINGUI_EXPORT_H 3 #define VTKRENDERINGUI_EXPORT_H 5 #ifdef VTKRENDERINGUI_STATIC_DEFINE 6 # define VTKRENDERINGUI_EXPORT 7 # define VTKRENDERINGUI_NO_EXPORT 9 # ifndef VTKRENDERINGUI_EXPORT 10 # ifdef RenderingUI_EXPORTS 12 # define VTKRENDERINGUI_EXPORT __attribute__((visibility("default"))) 15 # define VTKRENDERINGUI_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKRENDERINGUI_NO_EXPORT 20 # define VTKRENDERINGUI_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKRENDERINGUI_DEPRECATED 25 # define VTKRENDERINGUI_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKRENDERINGUI_DEPRECATED_EXPORT 29 # define VTKRENDERINGUI_DEPRECATED_EXPORT VTKRENDERINGUI_EXPORT VTKRENDERINGUI_DEPRECATED 32 #ifndef VTKRENDERINGUI_DEPRECATED_NO_EXPORT 33 # define VTKRENDERINGUI_DEPRECATED_NO_EXPORT VTKRENDERINGUI_NO_EXPORT VTKRENDERINGUI_DEPRECATED 37 # ifndef VTKRENDERINGUI_NO_DEPRECATED 38 # define VTKRENDERINGUI_NO_DEPRECATED 51 #ifdef vtkRenderingUI_AUTOINIT_INCLUDE 52 #include vtkRenderingUI_AUTOINIT_INCLUDE 54 #ifdef vtkRenderingUI_AUTOINIT 56 VTK_MODULE_AUTOINIT(vtkRenderingUI)
#define VTKRENDERINGUI_EXPORT
VTK_ABI_NAMESPACE_BEGIN VTKRENDERINGUI_EXPORT void AddRegistrar_vtkRenderingUI()
vtkRenderingUI_SerDesRegistrar()
struct VTK_ABI_NAMESPACE_END::vtkRenderingUI_SerDesRegistrar vtkRenderingUI_SerDesRegistrar_Instance
#define VTK_ABI_NAMESPACE_BEGIN