Go to the documentation of this file. 24 #ifndef vtkSystemIncludes_h 25 #define vtkSystemIncludes_h 28 #define VTK_SYSTEM_INCLUDES_INSIDE 30 #undef VTK_SYSTEM_INCLUDES_INSIDE 36 #if defined(VTK_STREAMS_FWD_ONLY) 49 #define VTK_USE_EXECUTIVES 51 #define VTK_SYSTEM_INCLUDES_INSIDE 54 #undef VTK_SYSTEM_INCLUDES_INSIDE 70 #if defined(__BORLANDC__) && (__BORLANDC__ < 0x660) 83 #define VTK_UNKNOWN_FONT 3 84 #define VTK_FONT_FILE 4 86 #define VTK_TEXT_LEFT 0 87 #define VTK_TEXT_CENTERED 1 88 #define VTK_TEXT_RIGHT 2 90 #define VTK_TEXT_BOTTOM 0 91 #define VTK_TEXT_TOP 2 93 #define VTK_TEXT_GLOBAL_ANTIALIASING_SOME 0 94 #define VTK_TEXT_GLOBAL_ANTIALIASING_NONE 1 95 #define VTK_TEXT_GLOBAL_ANTIALIASING_ALL 2 97 #define VTK_LUMINANCE 1 98 #define VTK_LUMINANCE_ALPHA 2 102 #define VTK_COLOR_MODE_DEFAULT 0 103 #define VTK_COLOR_MODE_MAP_SCALARS 1 104 #define VTK_COLOR_MODE_DIRECT_SCALARS 2 107 #define VTK_NEAREST_INTERPOLATION 0 108 #define VTK_LINEAR_INTERPOLATION 1 109 #define VTK_CUBIC_INTERPOLATION 2 112 #define VTK_IMAGE_SLAB_MIN 0 113 #define VTK_IMAGE_SLAB_MAX 1 114 #define VTK_IMAGE_SLAB_MEAN 2 115 #define VTK_IMAGE_SLAB_SUM 3 118 #define VTK_MAX_VRCOMP 4 123 #ifdef VTK_USE_PTHREADS 124 #define VTK_THREAD_RETURN_VALUE nullptr 125 #define VTK_THREAD_RETURN_TYPE void * 128 #ifdef VTK_USE_WIN32_THREADS 129 #define VTK_THREAD_RETURN_VALUE 0 130 #define VTK_THREAD_RETURN_TYPE vtkWindowsDWORD __stdcall 133 #if !defined(VTK_USE_PTHREADS) && !defined(VTK_USE_WIN32_THREADS) 134 #define VTK_THREAD_RETURN_VALUE 135 #define VTK_THREAD_RETURN_TYPE void 140 #define VTK_ENCODING_NONE 0 // to specify that no encoding should occur 141 #define VTK_ENCODING_US_ASCII 1 142 #define VTK_ENCODING_UNICODE 2 143 #define VTK_ENCODING_UTF_8 3 144 #define VTK_ENCODING_ISO_8859_1 4 145 #define VTK_ENCODING_ISO_8859_2 5 146 #define VTK_ENCODING_ISO_8859_3 6 147 #define VTK_ENCODING_ISO_8859_4 7 148 #define VTK_ENCODING_ISO_8859_5 8 149 #define VTK_ENCODING_ISO_8859_6 9 150 #define VTK_ENCODING_ISO_8859_7 10 151 #define VTK_ENCODING_ISO_8859_8 11 152 #define VTK_ENCODING_ISO_8859_9 12 153 #define VTK_ENCODING_ISO_8859_10 13 154 #define VTK_ENCODING_ISO_8859_11 14 155 #define VTK_ENCODING_ISO_8859_12 15 156 #define VTK_ENCODING_ISO_8859_13 16 157 #define VTK_ENCODING_ISO_8859_14 17 158 #define VTK_ENCODING_ISO_8859_15 18 159 #define VTK_ENCODING_ISO_8859_16 19 160 #define VTK_ENCODING_UNKNOWN 20 // leave this one at the end