Point Cloud Library (PCL)  1.10.1
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 
41 #pragma once
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 #include <vtkImageFlip.h>
120 #include <vtkTIFFWriter.h>
121 #include <vtkBMPWriter.h>
122 #include <vtkJPEGWriter.h>
123 #include <vtkImageViewer2.h>
124 #include <vtkRenderWindow.h>
125 #include <vtkXYPlotActor.h>
126 #include <vtkTextProperty.h>
127 #include <vtkProperty2D.h>
128 #include <vtkFieldData.h>
129 #include <vtkDoubleArray.h>
130 #include <vtkLODActor.h>
131 #include <vtkPolyDataWriter.h>
132 #include <vtkTextActor.h>
133 #include <vtkCleanPolyData.h>
134 #include <vtkRenderer.h>
135 #include <vtkObject.h>
136 #include <vtkOrientationMarkerWidget.h>
137 #include <vtkImageReslice.h>
138 #include <vtkImageChangeInformation.h>
139 #include <vtkImageCanvasSource2D.h>
140 #include <vtkImageBlend.h>
141 #include <vtkImageStencilData.h>
142 #include <vtkRenderWindowInteractor.h>
143 #include <vtkChartXY.h>
144 #include <vtkPlot.h>
145 #include <vtkTable.h>
146 #include <vtkContextView.h>
147 #include <vtkContextScene.h>
148 #include <vtkColorSeries.h>
149 #include <vtkAxis.h>
150 #include <vtkSelection.h>
151 
152 #include <vtkHardwareSelector.h>
153 
154 #include <vtkTriangle.h>
155 #include <vtkWorldPointPicker.h>
156 
157 #include <vtkInteractorStyleRubberBandPick.h>
158 #include <vtkInteractorStyleTrackballActor.h>
159 #include <vtkAreaPicker.h>
160 #include <vtkExtractGeometry.h>
161 #include <vtkExtractPolyDataGeometry.h>
162 #include <vtkVertexGlyphFilter.h>
163 #include <vtkIdFilter.h>
164 #include <vtkIdTypeArray.h>
165 #include <vtkImageReader2Factory.h>
166 #include <vtkImageReader2.h>
167 #include <vtkImageData.h>
168 
169 #if defined __GNUC__ && defined __DEPRECATED_DISABLED__
170 #define __DEPRECATED
171 #undef __DEPRECATED_DISABLED__
172 #endif