Point Cloud Library (PCL)  1.9.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
vtk.h
1 /*
2  * Software License Agreement (BSD License)
3  *
4  * Point Cloud Library (PCL) - www.pointclouds.org
5  * Copyright (c) 2009-2012, Willow Garage, Inc.
6  * Copyright (c) 2012-, Open Perception, Inc.
7  *
8  * All rights reserved.
9  *
10  * Redistribution and use in source and binary forms, with or without
11  * modification, are permitted provided that the following conditions
12  * are met:
13  *
14  * * Redistributions of source code must retain the above copyright
15  * notice, this list of conditions and the following disclaimer.
16  * * Redistributions in binary form must reproduce the above
17  * copyright notice, this list of conditions and the following
18  * disclaimer in the documentation and/or other materials provided
19  * with the distribution.
20  * * Neither the name of the copyright holder(s) nor the names of its
21  * contributors may be used to endorse or promote products derived
22  * from this software without specific prior written permission.
23  *
24  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
29  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
30  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
32  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35  * POSSIBILITY OF SUCH DAMAGE.
36  *
37  * $Id$
38  *
39  */
40 #ifndef PCL_PCL_VISUALIZER_VTK_H_
41 #define PCL_PCL_VISUALIZER_VTK_H_
42 
43 #if defined __GNUC__
44 #pragma GCC system_header
45 #ifdef __DEPRECATED
46 #undef __DEPRECATED
47 #define __DEPRECATED_DISABLED__
48 #endif
49 #endif
50 
51 #include <vtkVersion.h>
52 #include <vtkAppendPolyData.h>
53 #include <vtkAssemblyPath.h>
54 #include <vtkAxesActor.h>
55 #include <vtkActor.h>
56 #include <vtkBoxRepresentation.h>
57 #include <vtkBoxWidget.h>
58 #include <vtkBoxWidget2.h>
59 #include <vtkCellData.h>
60 #include <vtkMath.h>
61 #include <vtkLoopSubdivisionFilter.h>
62 #include <vtkLineSource.h>
63 #include <vtkLegendScaleActor.h>
64 #include <vtkLightKit.h>
65 #include <vtkPlatonicSolidSource.h>
66 #include <vtkPropPicker.h>
67 #include <vtkGeneralTransform.h>
68 #include <vtkSmartPointer.h>
69 #include <vtkDataSet.h>
70 #include <vtkDataSetSurfaceFilter.h>
71 #include <vtkExecutive.h>
72 #include <vtkPolygon.h>
73 #include <vtkPointPicker.h>
74 #include <vtkUnstructuredGrid.h>
75 #include <vtkConeSource.h>
76 #include <vtkDiskSource.h>
77 #include <vtkPlaneSource.h>
78 #include <vtkSphereSource.h>
79 #include <vtkIdentityTransform.h>
80 #include <vtkTransform.h>
81 #include <vtkTransformPolyDataFilter.h>
82 #include <vtkTubeFilter.h>
83 #include <vtkCubeSource.h>
84 #include <vtkAxes.h>
85 #include <vtkFloatArray.h>
86 #include <vtkPointData.h>
87 #include <vtkPolyData.h>
88 #include <vtkPolyDataReader.h>
89 #include <vtkPolyDataMapper.h>
90 #include <vtkDataSetMapper.h>
91 #include <vtkCellArray.h>
92 #include <vtkCommand.h>
93 #include <vtkCellLocator.h>
94 #include <vtkPLYReader.h>
95 #include <vtkTransformFilter.h>
96 #include <vtkPolyLine.h>
97 #include <vtkVectorText.h>
98 #include <vtkFollower.h>
99 #include <vtkCallbackCommand.h>
100 #include <vtkInteractorStyle.h>
101 #include <vtkInformationVector.h>
102 #include <vtkDataArray.h>
103 #include <vtkUnsignedCharArray.h>
104 #include <vtkPoints.h>
105 #include <vtkRendererCollection.h>
106 #include <vtkPNGWriter.h>
107 #include <vtkWindowToImageFilter.h>
108 #include <vtkInteractorStyleTrackballCamera.h>
109 #include <vtkProperty.h>
110 #include <vtkCamera.h>
111 #include <vtkObjectFactory.h>
112 #include <vtkScalarBarActor.h>
113 #include <vtkScalarsToColors.h>
114 #include <vtkClipPolyData.h>
115 #include <vtkPlanes.h>
116 #include <vtkImageImport.h>
117 #include <vtkImageViewer.h>
118 #include <vtkInteractorStyleImage.h>
119 #if ((VTK_MAJOR_VERSION == 5) && (VTK_MINOR_VERSION >= 10))
120 #include <vtkImageSlice.h>
121 #include <vtkImageProperty.h>
122 #include <vtkImageSliceMapper.h>
123 #endif
124 #include <vtkImageFlip.h>
125 #include <vtkTIFFWriter.h>
126 #include <vtkBMPWriter.h>
127 #include <vtkJPEGWriter.h>
128 #include <vtkImageViewer2.h>
129 #include <vtkRenderWindow.h>
130 #include <vtkXYPlotActor.h>
131 #include <vtkTextProperty.h>
132 #include <vtkProperty2D.h>
133 #include <vtkFieldData.h>
134 #include <vtkDoubleArray.h>
135 #include <vtkLODActor.h>
136 #include <vtkPolyDataWriter.h>
137 #include <vtkTextActor.h>
138 #include <vtkCleanPolyData.h>
139 #include <vtkRenderer.h>
140 #include <vtkObject.h>
141 #include <vtkOrientationMarkerWidget.h>
142 #include <vtkImageReslice.h>
143 #include <vtkImageChangeInformation.h>
144 #include <vtkImageCanvasSource2D.h>
145 #include <vtkImageBlend.h>
146 #include <vtkImageStencilData.h>
147 #if ((VTK_MAJOR_VERSION == 5) && (VTK_MINOR_VERSION <= 4))
148 # include <pcl/visualization/interactor.h>
149 #else
150 # include <vtkRenderWindowInteractor.h>
151 # include <vtkChartXY.h>
152 # include <vtkPlot.h>
153 # include <vtkTable.h>
154 # include <vtkContextView.h>
155 # include <vtkContextScene.h>
156 # include <vtkColorSeries.h>
157 # include <vtkAxis.h>
158 #endif
159 #include <vtkSelection.h>
160 
161 #if VTK_MAJOR_VERSION>=6 || (VTK_MAJOR_VERSION==5 && VTK_MINOR_VERSION>4)
162 #include <vtkHardwareSelector.h>
163 #else
164 #include <vtkVisibleCellSelector.h>
165 #endif
166 
167 #include <vtkTriangle.h>
168 #include <vtkWorldPointPicker.h>
169 
170 #include <vtkInteractorStyleRubberBandPick.h>
171 #include <vtkInteractorStyleTrackballActor.h>
172 #include <vtkAreaPicker.h>
173 #include <vtkExtractGeometry.h>
174 #include <vtkExtractPolyDataGeometry.h>
175 #include <vtkVertexGlyphFilter.h>
176 #include <vtkIdFilter.h>
177 #include <vtkIdTypeArray.h>
178 #include <vtkImageReader2Factory.h>
179 #include <vtkImageReader2.h>
180 #include <vtkImageData.h>
181 
182 #if defined __GNUC__ && defined __DEPRECATED_DISABLED__
183 #define __DEPRECATED
184 #undef __DEPRECATED_DISABLED__
185 #endif
186 
187 #endif // PCL_PCL_VISUALIZER_VTK_H_
188