00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00027 #ifndef __vtkSystemIncludes_h
00028 #define __vtkSystemIncludes_h
00029
00030
00031 #define __VTK_SYSTEM_INCLUDES__INSIDE
00032 #include "vtkWin32Header.h"
00033 #undef __VTK_SYSTEM_INCLUDES__INSIDE
00034
00035
00036
00037
00038
00039 #if defined(VTK_STREAMS_FWD_ONLY)
00040 # include "vtkIOStreamFwd.h"
00041 #else
00042 # include "vtkIOStream.h"
00043 #endif
00044
00045
00046 #include "vtkType.h"
00047
00048
00049 #define VTK_USE_EXECUTIVES
00050
00051 #define __VTK_SYSTEM_INCLUDES__INSIDE
00052 #include "vtkOStreamWrapper.h"
00053 #include "vtkOStrStreamWrapper.h"
00054 #undef __VTK_SYSTEM_INCLUDES__INSIDE
00055
00056
00057 #include <stdio.h>
00058 #include <stdlib.h>
00059 #include <string.h>
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070 #if defined(__BORLANDC__)
00071 # include <mem.h>
00072 # include <search.h>
00073 #endif
00074
00075
00076 #define VTK_OK 1
00077 #define VTK_ERROR 2
00078
00079
00080 #define VTK_ARIAL 0
00081 #define VTK_COURIER 1
00082 #define VTK_TIMES 2
00083 #define VTK_UNKNOWN_FONT 3
00084
00085 #define VTK_TEXT_LEFT 0
00086 #define VTK_TEXT_CENTERED 1
00087 #define VTK_TEXT_RIGHT 2
00088
00089 #define VTK_TEXT_BOTTOM 0
00090 #define VTK_TEXT_TOP 2
00091
00092 #define VTK_TEXT_GLOBAL_ANTIALIASING_SOME 0
00093 #define VTK_TEXT_GLOBAL_ANTIALIASING_NONE 1
00094 #define VTK_TEXT_GLOBAL_ANTIALIASING_ALL 2
00095
00096 #define VTK_LUMINANCE 1
00097 #define VTK_LUMINANCE_ALPHA 2
00098 #define VTK_RGB 3
00099 #define VTK_RGBA 4
00100
00101 #define VTK_COLOR_MODE_DEFAULT 0
00102 #define VTK_COLOR_MODE_MAP_SCALARS 1
00103
00104
00105 #define VTK_NEAREST_INTERPOLATION 0
00106 #define VTK_LINEAR_INTERPOLATION 1
00107
00108
00109 #define VTK_MAX_VRCOMP 4
00110
00111
00112
00113
00114
00115 #ifdef VTK_USE_PTHREADS
00116 #define VTK_THREAD_RETURN_VALUE NULL
00117 #define VTK_THREAD_RETURN_TYPE void *
00118 #endif
00119
00120 #ifdef VTK_USE_WIN32_THREADS
00121 #define VTK_THREAD_RETURN_VALUE 0
00122 #define VTK_THREAD_RETURN_TYPE vtkWindowsDWORD __stdcall
00123 #endif
00124
00125 #if !defined(VTK_USE_PTHREADS) && !defined(VTK_USE_WIN32_THREADS)
00126 #define VTK_THREAD_RETURN_VALUE
00127 #define VTK_THREAD_RETURN_TYPE void
00128 #endif
00129
00130
00131
00132 #define VTK_ENCODING_NONE 0 // to specify that no encoding should occur
00133 #define VTK_ENCODING_US_ASCII 1
00134 #define VTK_ENCODING_UNICODE 2
00135 #define VTK_ENCODING_UTF_8 3
00136 #define VTK_ENCODING_ISO_8859_1 4
00137 #define VTK_ENCODING_ISO_8859_2 5
00138 #define VTK_ENCODING_ISO_8859_3 6
00139 #define VTK_ENCODING_ISO_8859_4 7
00140 #define VTK_ENCODING_ISO_8859_5 8
00141 #define VTK_ENCODING_ISO_8859_6 9
00142 #define VTK_ENCODING_ISO_8859_7 10
00143 #define VTK_ENCODING_ISO_8859_8 11
00144 #define VTK_ENCODING_ISO_8859_9 12
00145 #define VTK_ENCODING_ISO_8859_10 13
00146 #define VTK_ENCODING_ISO_8859_11 14
00147 #define VTK_ENCODING_ISO_8859_12 15
00148 #define VTK_ENCODING_ISO_8859_13 16
00149 #define VTK_ENCODING_ISO_8859_14 17
00150 #define VTK_ENCODING_ISO_8859_15 18
00151 #define VTK_ENCODING_ISO_8859_16 19
00152 #define VTK_ENCODING_UNKNOWN 20 // leave this one at the end
00153
00154 #endif