2 #ifndef VTKRENDERINGOPENGL2_EXPORT_H 3 #define VTKRENDERINGOPENGL2_EXPORT_H 5 #ifdef VTKRENDERINGOPENGL2_STATIC_DEFINE 6 # define VTKRENDERINGOPENGL2_EXPORT 7 # define VTKRENDERINGOPENGL2_NO_EXPORT 9 # ifndef VTKRENDERINGOPENGL2_EXPORT 10 # ifdef RenderingOpenGL2_EXPORTS 12 # define VTKRENDERINGOPENGL2_EXPORT __attribute__((visibility("default"))) 15 # define VTKRENDERINGOPENGL2_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKRENDERINGOPENGL2_NO_EXPORT 20 # define VTKRENDERINGOPENGL2_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKRENDERINGOPENGL2_DEPRECATED 25 # define VTKRENDERINGOPENGL2_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKRENDERINGOPENGL2_DEPRECATED_EXPORT 29 # define VTKRENDERINGOPENGL2_DEPRECATED_EXPORT VTKRENDERINGOPENGL2_EXPORT VTKRENDERINGOPENGL2_DEPRECATED 32 #ifndef VTKRENDERINGOPENGL2_DEPRECATED_NO_EXPORT 33 # define VTKRENDERINGOPENGL2_DEPRECATED_NO_EXPORT VTKRENDERINGOPENGL2_NO_EXPORT VTKRENDERINGOPENGL2_DEPRECATED 37 # ifndef VTKRENDERINGOPENGL2_NO_DEPRECATED 38 # define VTKRENDERINGOPENGL2_NO_DEPRECATED 54 #ifdef vtkRenderingOpenGL2_AUTOINIT_INCLUDE 55 #include vtkRenderingOpenGL2_AUTOINIT_INCLUDE 57 #ifdef vtkRenderingOpenGL2_AUTOINIT 59 VTK_MODULE_AUTOINIT(vtkRenderingOpenGL2)
#define VTKRENDERINGOPENGL2_EXPORT
vtkRenderingOpenGL2_SerDesRegistrar()
VTK_ABI_NAMESPACE_BEGIN VTKRENDERINGOPENGL2_EXPORT void AddRegistrar_vtkRenderingOpenGL2()
#define VTK_ABI_NAMESPACE_BEGIN
struct VTK_ABI_NAMESPACE_END::vtkRenderingOpenGL2_SerDesRegistrar vtkRenderingOpenGL2_SerDesRegistrar_Instance