 |
VTK
9.1.0
|
Go to the documentation of this file.
33#ifndef vtkSystemIncludes_h
34#define vtkSystemIncludes_h
37#define VTK_SYSTEM_INCLUDES_INSIDE
39#undef VTK_SYSTEM_INCLUDES_INSIDE
45#if defined(VTK_STREAMS_FWD_ONLY)
58#define VTK_USE_EXECUTIVES
60#define VTK_SYSTEM_INCLUDES_INSIDE
64#undef VTK_SYSTEM_INCLUDES_INSIDE
79#define VTK_UNKNOWN_FONT 3
80#define VTK_FONT_FILE 4
82#define VTK_TEXT_LEFT 0
83#define VTK_TEXT_CENTERED 1
84#define VTK_TEXT_RIGHT 2
86#define VTK_TEXT_BOTTOM 0
89#define VTK_TEXT_GLOBAL_ANTIALIASING_SOME 0
90#define VTK_TEXT_GLOBAL_ANTIALIASING_NONE 1
91#define VTK_TEXT_GLOBAL_ANTIALIASING_ALL 2
93#define VTK_LUMINANCE 1
94#define VTK_LUMINANCE_ALPHA 2
98#define VTK_COLOR_MODE_DEFAULT 0
99#define VTK_COLOR_MODE_MAP_SCALARS 1
100#define VTK_COLOR_MODE_DIRECT_SCALARS 2
103#define VTK_NEAREST_INTERPOLATION 0
104#define VTK_LINEAR_INTERPOLATION 1
105#define VTK_CUBIC_INTERPOLATION 2
108#define VTK_IMAGE_SLAB_MIN 0
109#define VTK_IMAGE_SLAB_MAX 1
110#define VTK_IMAGE_SLAB_MEAN 2
111#define VTK_IMAGE_SLAB_SUM 3
114#define VTK_MAX_VRCOMP 4
118#define VTK_ENCODING_NONE 0
119#define VTK_ENCODING_US_ASCII 1
120#define VTK_ENCODING_UNICODE 2
121#define VTK_ENCODING_UTF_8 3
122#define VTK_ENCODING_ISO_8859_1 4
123#define VTK_ENCODING_ISO_8859_2 5
124#define VTK_ENCODING_ISO_8859_3 6
125#define VTK_ENCODING_ISO_8859_4 7
126#define VTK_ENCODING_ISO_8859_5 8
127#define VTK_ENCODING_ISO_8859_6 9
128#define VTK_ENCODING_ISO_8859_7 10
129#define VTK_ENCODING_ISO_8859_8 11
130#define VTK_ENCODING_ISO_8859_9 12
131#define VTK_ENCODING_ISO_8859_10 13
132#define VTK_ENCODING_ISO_8859_11 14
133#define VTK_ENCODING_ISO_8859_12 15
134#define VTK_ENCODING_ISO_8859_13 16
135#define VTK_ENCODING_ISO_8859_14 17
136#define VTK_ENCODING_ISO_8859_15 18
137#define VTK_ENCODING_ISO_8859_16 19
138#define VTK_ENCODING_UNKNOWN 20