Go to the documentation of this file.
23 #ifndef __vtkSystemIncludes_h
24 #define __vtkSystemIncludes_h
27 #define __VTK_SYSTEM_INCLUDES__INSIDE
29 #undef __VTK_SYSTEM_INCLUDES__INSIDE
35 #if defined(VTK_STREAMS_FWD_ONLY)
45 #define VTK_USE_EXECUTIVES
47 #define __VTK_SYSTEM_INCLUDES__INSIDE
50 #undef __VTK_SYSTEM_INCLUDES__INSIDE
66 #if defined(__BORLANDC__)
79 #define VTK_UNKNOWN_FONT 3
81 #define VTK_TEXT_LEFT 0
82 #define VTK_TEXT_CENTERED 1
83 #define VTK_TEXT_RIGHT 2
85 #define VTK_TEXT_BOTTOM 0
86 #define VTK_TEXT_TOP 2
88 #define VTK_TEXT_GLOBAL_ANTIALIASING_SOME 0
89 #define VTK_TEXT_GLOBAL_ANTIALIASING_NONE 1
90 #define VTK_TEXT_GLOBAL_ANTIALIASING_ALL 2
92 #define VTK_LUMINANCE 1
93 #define VTK_LUMINANCE_ALPHA 2
97 #define VTK_COLOR_MODE_DEFAULT 0
98 #define VTK_COLOR_MODE_MAP_SCALARS 1
101 #define VTK_NEAREST_INTERPOLATION 0
102 #define VTK_LINEAR_INTERPOLATION 1
103 #define VTK_CUBIC_INTERPOLATION 2
106 #define VTK_IMAGE_SLAB_MIN 0
107 #define VTK_IMAGE_SLAB_MAX 1
108 #define VTK_IMAGE_SLAB_MEAN 2
109 #define VTK_IMAGE_SLAB_SUM 3
112 #define VTK_MAX_VRCOMP 4
118 #ifdef VTK_USE_PTHREADS
119 #define VTK_THREAD_RETURN_VALUE NULL
120 #define VTK_THREAD_RETURN_TYPE void *
123 #ifdef VTK_USE_WIN32_THREADS
124 #define VTK_THREAD_RETURN_VALUE 0
125 #define VTK_THREAD_RETURN_TYPE vtkWindowsDWORD __stdcall
128 #if !defined(VTK_USE_PTHREADS) && !defined(VTK_USE_WIN32_THREADS)
129 #define VTK_THREAD_RETURN_VALUE
130 #define VTK_THREAD_RETURN_TYPE void
135 #define VTK_ENCODING_NONE 0 // to specify that no encoding should occur
136 #define VTK_ENCODING_US_ASCII 1
137 #define VTK_ENCODING_UNICODE 2
138 #define VTK_ENCODING_UTF_8 3
139 #define VTK_ENCODING_ISO_8859_1 4
140 #define VTK_ENCODING_ISO_8859_2 5
141 #define VTK_ENCODING_ISO_8859_3 6
142 #define VTK_ENCODING_ISO_8859_4 7
143 #define VTK_ENCODING_ISO_8859_5 8
144 #define VTK_ENCODING_ISO_8859_6 9
145 #define VTK_ENCODING_ISO_8859_7 10
146 #define VTK_ENCODING_ISO_8859_8 11
147 #define VTK_ENCODING_ISO_8859_9 12
148 #define VTK_ENCODING_ISO_8859_10 13
149 #define VTK_ENCODING_ISO_8859_11 14
150 #define VTK_ENCODING_ISO_8859_12 15
151 #define VTK_ENCODING_ISO_8859_13 16
152 #define VTK_ENCODING_ISO_8859_14 17
153 #define VTK_ENCODING_ISO_8859_15 18
154 #define VTK_ENCODING_ISO_8859_16 19
155 #define VTK_ENCODING_UNKNOWN 20 // leave this one at the end