Go to the documentation of this file.
48# define VTK_ABI_IMPORT __declspec(dllimport)
49# define VTK_ABI_EXPORT __declspec(dllexport)
50# define VTK_ABI_HIDDEN
52# define VTK_ABI_IMPORT __attribute__ ((visibility("default")))
53# define VTK_ABI_EXPORT __attribute__ ((visibility("default")))
54# define VTK_ABI_HIDDEN __attribute__ ((visibility("hidden")))
56# define VTK_ABI_IMPORT
57# define VTK_ABI_EXPORT
58# define VTK_ABI_HIDDEN
66#ifndef VTK_TYPE_BOOL_TYPEDEFED
67# define VTK_TYPE_BOOL_TYPEDEFED