 |
VTK
9.0.1
|
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
55 #undef VTK_SYSTEM_INCLUDES_INSIDE
70 #define VTK_UNKNOWN_FONT 3
71 #define VTK_FONT_FILE 4
73 #define VTK_TEXT_LEFT 0
74 #define VTK_TEXT_CENTERED 1
75 #define VTK_TEXT_RIGHT 2
77 #define VTK_TEXT_BOTTOM 0
78 #define VTK_TEXT_TOP 2
80 #define VTK_TEXT_GLOBAL_ANTIALIASING_SOME 0
81 #define VTK_TEXT_GLOBAL_ANTIALIASING_NONE 1
82 #define VTK_TEXT_GLOBAL_ANTIALIASING_ALL 2
84 #define VTK_LUMINANCE 1
85 #define VTK_LUMINANCE_ALPHA 2
89 #define VTK_COLOR_MODE_DEFAULT 0
90 #define VTK_COLOR_MODE_MAP_SCALARS 1
91 #define VTK_COLOR_MODE_DIRECT_SCALARS 2
94 #define VTK_NEAREST_INTERPOLATION 0
95 #define VTK_LINEAR_INTERPOLATION 1
96 #define VTK_CUBIC_INTERPOLATION 2
99 #define VTK_IMAGE_SLAB_MIN 0
100 #define VTK_IMAGE_SLAB_MAX 1
101 #define VTK_IMAGE_SLAB_MEAN 2
102 #define VTK_IMAGE_SLAB_SUM 3
105 #define VTK_MAX_VRCOMP 4
110 #ifdef VTK_USE_PTHREADS
111 #define VTK_THREAD_RETURN_VALUE nullptr
112 #define VTK_THREAD_RETURN_TYPE void*
115 #ifdef VTK_USE_WIN32_THREADS
116 #define VTK_THREAD_RETURN_VALUE 0
117 #define VTK_THREAD_RETURN_TYPE vtkWindowsDWORD __stdcall
120 #if !defined(VTK_USE_PTHREADS) && !defined(VTK_USE_WIN32_THREADS)
121 #define VTK_THREAD_RETURN_VALUE
122 #define VTK_THREAD_RETURN_TYPE void
127 #define VTK_ENCODING_NONE 0
128 #define VTK_ENCODING_US_ASCII 1
129 #define VTK_ENCODING_UNICODE 2
130 #define VTK_ENCODING_UTF_8 3
131 #define VTK_ENCODING_ISO_8859_1 4
132 #define VTK_ENCODING_ISO_8859_2 5
133 #define VTK_ENCODING_ISO_8859_3 6
134 #define VTK_ENCODING_ISO_8859_4 7
135 #define VTK_ENCODING_ISO_8859_5 8
136 #define VTK_ENCODING_ISO_8859_6 9
137 #define VTK_ENCODING_ISO_8859_7 10
138 #define VTK_ENCODING_ISO_8859_8 11
139 #define VTK_ENCODING_ISO_8859_9 12
140 #define VTK_ENCODING_ISO_8859_10 13
141 #define VTK_ENCODING_ISO_8859_11 14
142 #define VTK_ENCODING_ISO_8859_12 15
143 #define VTK_ENCODING_ISO_8859_13 16
144 #define VTK_ENCODING_ISO_8859_14 17
145 #define VTK_ENCODING_ISO_8859_15 18
146 #define VTK_ENCODING_ISO_8859_16 19
147 #define VTK_ENCODING_UNKNOWN 20