2 #ifndef VTKRENDERINGCORE_EXPORT_H 3 #define VTKRENDERINGCORE_EXPORT_H 5 #ifdef VTKRENDERINGCORE_STATIC_DEFINE 6 # define VTKRENDERINGCORE_EXPORT 7 # define VTKRENDERINGCORE_NO_EXPORT 9 # ifndef VTKRENDERINGCORE_EXPORT 10 # ifdef RenderingCore_EXPORTS 12 # define VTKRENDERINGCORE_EXPORT __attribute__((visibility("default"))) 15 # define VTKRENDERINGCORE_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKRENDERINGCORE_NO_EXPORT 20 # define VTKRENDERINGCORE_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKRENDERINGCORE_DEPRECATED 25 # define VTKRENDERINGCORE_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKRENDERINGCORE_DEPRECATED_EXPORT 29 # define VTKRENDERINGCORE_DEPRECATED_EXPORT VTKRENDERINGCORE_EXPORT VTKRENDERINGCORE_DEPRECATED 32 #ifndef VTKRENDERINGCORE_DEPRECATED_NO_EXPORT 33 # define VTKRENDERINGCORE_DEPRECATED_NO_EXPORT VTKRENDERINGCORE_NO_EXPORT VTKRENDERINGCORE_DEPRECATED 37 # ifndef VTKRENDERINGCORE_NO_DEPRECATED 38 # define VTKRENDERINGCORE_NO_DEPRECATED 51 #ifdef vtkRenderingCore_AUTOINIT_INCLUDE 52 #include vtkRenderingCore_AUTOINIT_INCLUDE 54 #ifdef vtkRenderingCore_AUTOINIT 56 VTK_MODULE_AUTOINIT(vtkRenderingCore)
struct VTK_ABI_NAMESPACE_END::vtkRenderingCore_SerDesRegistrar vtkRenderingCore_SerDesRegistrar_Instance
#define VTK_ABI_NAMESPACE_BEGIN
vtkRenderingCore_SerDesRegistrar()
VTK_ABI_NAMESPACE_BEGIN VTKRENDERINGCORE_EXPORT void AddRegistrar_vtkRenderingCore()
#define VTKRENDERINGCORE_EXPORT