2 #ifndef VTKRENDERINGPARALLELLIC_EXPORT_H 3 #define VTKRENDERINGPARALLELLIC_EXPORT_H 5 #ifdef VTKRENDERINGPARALLELLIC_STATIC_DEFINE 6 # define VTKRENDERINGPARALLELLIC_EXPORT 7 # define VTKRENDERINGPARALLELLIC_NO_EXPORT 9 # ifndef VTKRENDERINGPARALLELLIC_EXPORT 10 # ifdef vtkRenderingParallelLIC_EXPORTS 12 # define VTKRENDERINGPARALLELLIC_EXPORT __attribute__((visibility("default"))) 15 # define VTKRENDERINGPARALLELLIC_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKRENDERINGPARALLELLIC_NO_EXPORT 20 # define VTKRENDERINGPARALLELLIC_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKRENDERINGPARALLELLIC_DEPRECATED 25 # define VTKRENDERINGPARALLELLIC_DEPRECATED __attribute__ ((__deprecated__)) 26 # define VTKRENDERINGPARALLELLIC_DEPRECATED_EXPORT VTKRENDERINGPARALLELLIC_EXPORT __attribute__ ((__deprecated__)) 27 # define VTKRENDERINGPARALLELLIC_DEPRECATED_NO_EXPORT VTKRENDERINGPARALLELLIC_NO_EXPORT __attribute__ ((__deprecated__)) 30 #define DEFINE_NO_DEPRECATED 0 31 #if DEFINE_NO_DEPRECATED 32 # define VTKRENDERINGPARALLELLIC_NO_DEPRECATED 40 #if defined(vtkRenderingParallelLIC_INCLUDE) 41 # include vtkRenderingParallelLIC_INCLUDE 43 #if defined(vtkRenderingParallelLIC_AUTOINIT)