 |
VTK
9.3.1
|
Go to the documentation of this file.
13 #define VTK_COMPILER_MSVC
15 #elif defined(__INTEL_COMPILER)
18 #define VTK_COMPILER_ICC
23 #define VTK_COMPILER_PGI
25 #elif defined(__clang__)
28 #define VTK_COMPILER_CLANG
30 #elif defined(__GNUC__)
33 #define VTK_COMPILER_GCC
34 #define VTK_COMPILER_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
38 #define VTK_USE_EXTERN_TEMPLATE
62 #if defined(VTK_COMPILER_MSVC)
63 #define VTK_ALWAYS_EXPORT
65 #define VTK_ALWAYS_EXPORT __attribute__((visibility("default")))