2 #ifndef VTKINTERACTIONSTYLE_EXPORT_H 3 #define VTKINTERACTIONSTYLE_EXPORT_H 5 #ifdef VTKINTERACTIONSTYLE_STATIC_DEFINE 6 # define VTKINTERACTIONSTYLE_EXPORT 7 # define VTKINTERACTIONSTYLE_NO_EXPORT 9 # ifndef VTKINTERACTIONSTYLE_EXPORT 10 # ifdef InteractionStyle_EXPORTS 12 # define VTKINTERACTIONSTYLE_EXPORT __attribute__((visibility("default"))) 15 # define VTKINTERACTIONSTYLE_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKINTERACTIONSTYLE_NO_EXPORT 20 # define VTKINTERACTIONSTYLE_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKINTERACTIONSTYLE_DEPRECATED 25 # define VTKINTERACTIONSTYLE_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKINTERACTIONSTYLE_DEPRECATED_EXPORT 29 # define VTKINTERACTIONSTYLE_DEPRECATED_EXPORT VTKINTERACTIONSTYLE_EXPORT VTKINTERACTIONSTYLE_DEPRECATED 32 #ifndef VTKINTERACTIONSTYLE_DEPRECATED_NO_EXPORT 33 # define VTKINTERACTIONSTYLE_DEPRECATED_NO_EXPORT VTKINTERACTIONSTYLE_NO_EXPORT VTKINTERACTIONSTYLE_DEPRECATED 37 # ifndef VTKINTERACTIONSTYLE_NO_DEPRECATED 38 # define VTKINTERACTIONSTYLE_NO_DEPRECATED 51 #ifdef vtkInteractionStyle_AUTOINIT_INCLUDE 52 #include vtkInteractionStyle_AUTOINIT_INCLUDE 54 #ifdef vtkInteractionStyle_AUTOINIT 56 VTK_MODULE_AUTOINIT(vtkInteractionStyle)
struct VTK_ABI_NAMESPACE_END::vtkInteractionStyle_SerDesRegistrar vtkInteractionStyle_SerDesRegistrar_Instance
#define VTKINTERACTIONSTYLE_EXPORT
#define VTK_ABI_NAMESPACE_BEGIN
VTK_ABI_NAMESPACE_BEGIN VTKINTERACTIONSTYLE_EXPORT void AddRegistrar_vtkInteractionStyle()
vtkInteractionStyle_SerDesRegistrar()