OSDN Git Service

FIRST REPOSITORY
[eos/hostdependOTHERS.git] / I386LINUX / util / I386LINUX / include / vtk / vtkCommon.h
1 /*=========================================================================
2
3   Program:   Visualization Toolkit
4   Module:    $RCSfile: vtkCommon.h,v $
5   Language:  C++
6   Date:      $Date: 2002/02/01 06:39:42 $
7   Version:   $Revision: 1.1.1.1 $
8
9
10 Copyright (c) 1993-2001 Ken Martin, Will Schroeder, Bill Lorensen 
11 All rights reserved.
12
13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions are met:
15
16  * Redistributions of source code must retain the above copyright notice,
17    this list of conditions and the following disclaimer.
18
19  * Redistributions in binary form must reproduce the above copyright notice,
20    this list of conditions and the following disclaimer in the documentation
21    and/or other materials provided with the distribution.
22
23  * Neither name of Ken Martin, Will Schroeder, or Bill Lorensen nor the names
24    of any contributors may be used to endorse or promote products derived
25    from this software without specific prior written permission.
26
27  * Modified source versions must be plainly marked as such, and must not be
28    misrepresented as being the original software.
29
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
31 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
34 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
40
41 =========================================================================*/
42
43 #include "vtkAbstractMapper.h"
44 #include "vtkAbstractTransform.h"
45 #include "vtkActor2D.h"
46 #include "vtkActor2DCollection.h"
47 #include "vtkAssemblyNode.h"
48 #include "vtkAssemblyPath.h"
49 #include "vtkAssemblyPaths.h"
50 #include "vtkAttributeData.h"
51 #include "vtkBitArray.h"
52 #include "vtkByteSwap.h"
53 #include "vtkCell.h"
54 #include "vtkCellArray.h"
55 #include "vtkCellData.h"
56 #include "vtkCellLinks.h"
57 #include "vtkCellType.h"
58 #include "vtkCellTypes.h"
59 #include "vtkCharArray.h"
60 #include "vtkCollection.h"
61 #include "vtkCommand.h"
62 #include "vtkContourValues.h"
63 #include "vtkCoordinate.h"
64 #include "vtkCriticalSection.h"
65 #include "vtkDataArray.h"
66 #include "vtkDataObject.h"
67 #include "vtkDataObjectCollection.h"
68 #include "vtkDataSet.h"
69 #include "vtkDataSetAttributes.h"
70 #include "vtkDataSetCollection.h"
71 #include "vtkDebugLeaks.h"
72 #include "vtkDirectory.h"
73 #include "vtkDoubleArray.h"
74 #include "vtkDynamicLoader.h"
75 #include "vtkEdgeTable.h"
76 #include "vtkEmptyCell.h"
77 #include "vtkExtentTranslator.h"
78 #include "vtkFieldData.h"
79 #include "vtkFileOutputWindow.h"
80 #include "vtkFloatArray.h"
81 #include "vtkFunctionSet.h"
82 #include "vtkGeneralTransform.h"
83 #include "vtkGenericCell.h"
84 #include "vtkGhostLevels.h"
85 #include "vtkHexahedron.h"
86 #include "vtkHomogeneousTransform.h"
87 #include "vtkIdList.h"
88 #include "vtkIdentityTransform.h"
89 #include "vtkImageData.h"
90 #include "vtkImageSource.h"
91 #include "vtkImageToStructuredPoints.h"
92 #include "vtkImplicitFunction.h"
93 #include "vtkImplicitFunctionCollection.h"
94 #include "vtkIndent.h"
95 #include "vtkInitialValueProblemSolver.h"
96 #include "vtkIntArray.h"
97 #include "vtkInterpolatedVelocityField.h"
98 #include "vtkLine.h"
99 #include "vtkLinearTransform.h"
100 #include "vtkLocator.h"
101 #include "vtkLogLookupTable.h"
102 #include "vtkLongArray.h"
103 #include "vtkLookupTable.h"
104 #include "vtkMapper2D.h"
105 #include "vtkMarchingCubesCases.h"
106 #include "vtkMarchingSquaresCases.h"
107 #include "vtkMath.h"
108 #include "vtkMatrix4x4.h"
109 #include "vtkMatrixToHomogeneousTransform.h"
110 #include "vtkMatrixToLinearTransform.h"
111 #include "vtkMergePoints2D.h"
112 #include "vtkMultiThreader.h"
113 #include "vtkMutexLock.h"
114 #include "vtkNormals.h"
115 #include "vtkObject.h"
116 #include "vtkObjectFactory.h"
117 #include "vtkObjectFactoryCollection.h"
118 #include "vtkOutputWindow.h"
119 #include "vtkPerspectiveTransform.h"
120 #include "vtkPixel.h"
121 #include "vtkPlane.h"
122 #include "vtkPlaneCollection.h"
123 #include "vtkPointData.h"
124 #include "vtkPointLocator.h"
125 #include "vtkPointLocator2D.h"
126 #include "vtkPointSet.h"
127 #include "vtkPoints.h"
128 #include "vtkPolyData.h"
129 #include "vtkPolyDataSource.h"
130 #include "vtkPolyLine.h"
131 #include "vtkPolyVertex.h"
132 #include "vtkPolygon.h"
133 #include "vtkPriorityQueue.h"
134 #include "vtkProcessObject.h"
135 #include "vtkProcessStatistics.h"
136 #include "vtkProp.h"
137 #include "vtkPropAssembly.h"
138 #include "vtkPropCollection.h"
139 #include "vtkProperty2D.h"
140 #include "vtkPyramid.h"
141 #include "vtkQuad.h"
142 #include "vtkQuadric.h"
143 #include "vtkRayCastStructures.h"
144 #include "vtkRectilinearGrid.h"
145 #include "vtkReferenceCount.h"
146 #include "vtkRungeKutta2.h"
147 #include "vtkRungeKutta4.h"
148 #include "vtkScalars.h"
149 #include "vtkScalarsToColors.h"
150 #include "vtkSetGet.h"
151 #include "vtkShortArray.h"
152 #include "vtkSource.h"
153 #include "vtkStack.h"
154 #include "vtkStructuredData.h"
155 #include "vtkStructuredGrid.h"
156 #include "vtkStructuredPoints.h"
157 #include "vtkSystemIncludes.h"
158 #include "vtkTCoords.h"
159 #include "vtkTensor.h"
160 #include "vtkTensors.h"
161 #include "vtkTetra.h"
162 #include "vtkTimeStamp.h"
163 #include "vtkTimerLog.h"
164 #include "vtkTransform.h"
165 #include "vtkTransformCollection.h"
166 #include "vtkTriangle.h"
167 #include "vtkTriangleStrip.h"
168 #include "vtkUnsignedCharArray.h"
169 #include "vtkUnsignedIntArray.h"
170 #include "vtkUnsignedLongArray.h"
171 #include "vtkUnsignedShortArray.h"
172 #include "vtkUnstructuredGrid.h"
173 #include "vtkVectors.h"
174 #include "vtkVersion.h"
175 #include "vtkVertex.h"
176 #include "vtkViewport.h"
177 #include "vtkVoidArray.h"
178 #include "vtkVoxel.h"
179 #include "vtkWarpTransform.h"
180 #include "vtkWedge.h"
181 #include "vtkWindow.h"
182 #include "vtkWindowLevelLookupTable.h"
183 #include "vtkWindowToImageFilter.h"