 |
VTK
9.3.20231204
|
Go to the documentation of this file.
12 #ifndef vtkSystemIncludes_h
13 #define vtkSystemIncludes_h
16 #define VTK_SYSTEM_INCLUDES_INSIDE
18 #undef VTK_SYSTEM_INCLUDES_INSIDE
24 #if defined(VTK_STREAMS_FWD_ONLY)
37 #define VTK_USE_EXECUTIVES
39 #define VTK_SYSTEM_INCLUDES_INSIDE
43 #undef VTK_SYSTEM_INCLUDES_INSIDE
58 #define VTK_UNKNOWN_FONT 3
59 #define VTK_FONT_FILE 4
61 #define VTK_TEXT_LEFT 0
62 #define VTK_TEXT_CENTERED 1
63 #define VTK_TEXT_RIGHT 2
65 #define VTK_TEXT_BOTTOM 0
66 #define VTK_TEXT_TOP 2
68 #define VTK_TEXT_GLOBAL_ANTIALIASING_SOME 0
69 #define VTK_TEXT_GLOBAL_ANTIALIASING_NONE 1
70 #define VTK_TEXT_GLOBAL_ANTIALIASING_ALL 2
72 #define VTK_LUMINANCE 1
73 #define VTK_LUMINANCE_ALPHA 2
77 #define VTK_COLOR_MODE_DEFAULT 0
78 #define VTK_COLOR_MODE_MAP_SCALARS 1
79 #define VTK_COLOR_MODE_DIRECT_SCALARS 2
82 #define VTK_NEAREST_INTERPOLATION 0
83 #define VTK_LINEAR_INTERPOLATION 1
84 #define VTK_CUBIC_INTERPOLATION 2
87 #define VTK_IMAGE_SLAB_MIN 0
88 #define VTK_IMAGE_SLAB_MAX 1
89 #define VTK_IMAGE_SLAB_MEAN 2
90 #define VTK_IMAGE_SLAB_SUM 3
93 #define VTK_MAX_VRCOMP 4
97 #define VTK_ENCODING_NONE 0
98 #define VTK_ENCODING_US_ASCII 1
99 #define VTK_ENCODING_UNICODE 2
100 #define VTK_ENCODING_UTF_8 3
101 #define VTK_ENCODING_ISO_8859_1 4
102 #define VTK_ENCODING_ISO_8859_2 5
103 #define VTK_ENCODING_ISO_8859_3 6
104 #define VTK_ENCODING_ISO_8859_4 7
105 #define VTK_ENCODING_ISO_8859_5 8
106 #define VTK_ENCODING_ISO_8859_6 9
107 #define VTK_ENCODING_ISO_8859_7 10
108 #define VTK_ENCODING_ISO_8859_8 11
109 #define VTK_ENCODING_ISO_8859_9 12
110 #define VTK_ENCODING_ISO_8859_10 13
111 #define VTK_ENCODING_ISO_8859_11 14
112 #define VTK_ENCODING_ISO_8859_12 15
113 #define VTK_ENCODING_ISO_8859_13 16
114 #define VTK_ENCODING_ISO_8859_14 17
115 #define VTK_ENCODING_ISO_8859_15 18
116 #define VTK_ENCODING_ISO_8859_16 19
117 #define VTK_ENCODING_UNKNOWN 20