Go to the documentation of this file.
47 # define VTK_ABI_IMPORT __declspec(dllimport)
48 # define VTK_ABI_EXPORT __declspec(dllexport)
49 # define VTK_ABI_HIDDEN
51 # define VTK_ABI_IMPORT __attribute__ ((visibility("default")))
52 # define VTK_ABI_EXPORT __attribute__ ((visibility("default")))
53 # define VTK_ABI_HIDDEN __attribute__ ((visibility("hidden")))
55 # define VTK_ABI_IMPORT
56 # define VTK_ABI_EXPORT
57 # define VTK_ABI_HIDDEN