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