 |
VTK
9.5.20251208
|
Go to the documentation of this file.
31#ifndef vtkSystemIncludes_h
32#define vtkSystemIncludes_h
35#define VTK_SYSTEM_INCLUDES_INSIDE
37#undef VTK_SYSTEM_INCLUDES_INSIDE
43#if defined(VTK_STREAMS_FWD_ONLY)
56#define VTK_USE_EXECUTIVES
58#define VTK_SYSTEM_INCLUDES_INSIDE
62#undef VTK_SYSTEM_INCLUDES_INSIDE
77#define VTK_UNKNOWN_FONT 3
78#define VTK_FONT_FILE 4
80#define VTK_TEXT_LEFT 0
81#define VTK_TEXT_CENTERED 1
82#define VTK_TEXT_RIGHT 2
84#define VTK_TEXT_BOTTOM 0
87#define VTK_TEXT_GLOBAL_ANTIALIASING_SOME 0
88#define VTK_TEXT_GLOBAL_ANTIALIASING_NONE 1
89#define VTK_TEXT_GLOBAL_ANTIALIASING_ALL 2
91#define VTK_LUMINANCE 1
92#define VTK_LUMINANCE_ALPHA 2
96#define VTK_COLOR_MODE_DEFAULT 0
97#define VTK_COLOR_MODE_MAP_SCALARS 1
98#define VTK_COLOR_MODE_DIRECT_SCALARS 2
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
116#define VTK_ENCODING_NONE 0
117#define VTK_ENCODING_US_ASCII 1
118#define VTK_ENCODING_UNICODE 2
119#define VTK_ENCODING_UTF_8 3
120#define VTK_ENCODING_ISO_8859_1 4
121#define VTK_ENCODING_ISO_8859_2 5
122#define VTK_ENCODING_ISO_8859_3 6
123#define VTK_ENCODING_ISO_8859_4 7
124#define VTK_ENCODING_ISO_8859_5 8
125#define VTK_ENCODING_ISO_8859_6 9
126#define VTK_ENCODING_ISO_8859_7 10
127#define VTK_ENCODING_ISO_8859_8 11
128#define VTK_ENCODING_ISO_8859_9 12
129#define VTK_ENCODING_ISO_8859_10 13
130#define VTK_ENCODING_ISO_8859_11 14
131#define VTK_ENCODING_ISO_8859_12 15
132#define VTK_ENCODING_ISO_8859_13 16
133#define VTK_ENCODING_ISO_8859_14 17
134#define VTK_ENCODING_ISO_8859_15 18
135#define VTK_ENCODING_ISO_8859_16 19
136#define VTK_ENCODING_UNKNOWN 20