 |
VTK
9.2.20220705
|
Go to the documentation of this file.
25 #define VTK_COMPILER_MSVC
27 #elif defined(__INTEL_COMPILER)
30 #define VTK_COMPILER_ICC
35 #define VTK_COMPILER_PGI
37 #elif defined(__clang__)
40 #define VTK_COMPILER_CLANG
42 #elif defined(__GNUC__)
45 #define VTK_COMPILER_GCC
46 #define VTK_COMPILER_GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
50 #define VTK_USE_EXTERN_TEMPLATE