vtk.h
Go to the documentation of this file.
00001 /*
00002  * Software License Agreement (BSD License)
00003  *
00004  *  Point Cloud Library (PCL) - www.pointclouds.org
00005  *  Copyright (c) 2009-2012, Willow Garage, Inc.
00006  *
00007  *  All rights reserved.
00008  *
00009  *  Redistribution and use in source and binary forms, with or without
00010  *  modification, are permitted provided that the following conditions
00011  *  are met:
00012  *
00013  *   * Redistributions of source code must retain the above copyright
00014  *     notice, this list of conditions and the following disclaimer.
00015  *   * Redistributions in binary form must reproduce the above
00016  *     copyright notice, this list of conditions and the following
00017  *     disclaimer in the documentation and/or other materials provided
00018  *     with the distribution.
00019  *   * Neither the name of Willow Garage, Inc. nor the names of its
00020  *     contributors may be used to endorse or promote products derived
00021  *     from this software without specific prior written permission.
00022  *
00023  *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00024  *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00025  *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
00026  *  FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
00027  *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
00028  *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
00029  *  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
00030  *  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
00031  *  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
00032  *  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
00033  *  ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
00034  *  POSSIBILITY OF SUCH DAMAGE.
00035  *
00036  * $Id: vtk.h 5937 2012-06-17 15:39:28Z ksarkar $
00037  *
00038  */
00039 #ifndef PCL_PCL_VISUALIZER_VTK_H_
00040 #define PCL_PCL_VISUALIZER_VTK_H_
00041 
00042 #if defined __GNUC__
00043 #  pragma GCC system_header 
00044 #endif
00045 
00046 #include <vtkAppendPolyData.h>
00047 #include <vtkAssemblyPath.h>
00048 #include <vtkAxesActor.h>
00049 #include <vtkActor.h>
00050 #include <vtkBoxRepresentation.h>
00051 #include <vtkBoxWidget.h>
00052 #include <vtkBoxWidget2.h>
00053 #include <vtkCellData.h>
00054 #include <vtkMath.h>
00055 #include <vtkLoopSubdivisionFilter.h>
00056 #include <vtkLineSource.h>
00057 #include <vtkLegendScaleActor.h>
00058 #include <vtkLightKit.h>
00059 #include <vtkPlatonicSolidSource.h>
00060 #include <vtkPropPicker.h>
00061 #include <vtkGeneralTransform.h>
00062 #include <vtkSmartPointer.h>
00063 #include <vtkDataSet.h>
00064 #include <vtkDataSetSurfaceFilter.h>
00065 #include <vtkExecutive.h>
00066 #include <vtkPolygon.h>
00067 #include <vtkPointPicker.h>
00068 #include <vtkUnstructuredGrid.h>
00069 #include <vtkConeSource.h>
00070 #include <vtkDiskSource.h>
00071 #include <vtkPlaneSource.h>
00072 #include <vtkSphereSource.h>
00073 #include <vtkTransform.h>
00074 #include <vtkTransformPolyDataFilter.h>
00075 #include <vtkTubeFilter.h>
00076 #include <vtkCubeSource.h>
00077 #include <vtkAxes.h>
00078 #include <vtkFloatArray.h>
00079 #include <vtkPointData.h>
00080 #include <vtkPolyData.h>
00081 #include <vtkPolyDataMapper.h>
00082 #include <vtkDataSetMapper.h>
00083 #include <vtkCellArray.h>
00084 #include <vtkCommand.h>
00085 #include <vtkCellLocator.h>
00086 #include <vtkPLYReader.h>
00087 #include <vtkTransformFilter.h>
00088 #include <vtkPolyLine.h>
00089 #include <vtkVectorText.h>
00090 #include <vtkFollower.h>
00091 #include <vtkCallbackCommand.h>
00092 #include <vtkInteractorStyle.h>
00093 #include <vtkInformationVector.h>
00094 #include <vtkDataArray.h>
00095 #include <vtkUnsignedCharArray.h>
00096 #include <vtkPoints.h>
00097 #include <vtkRendererCollection.h>
00098 #include <vtkPNGWriter.h>
00099 #include <vtkWindowToImageFilter.h>
00100 #include <vtkInteractorStyleTrackballCamera.h>
00101 #include <vtkProperty.h>
00102 #include <vtkCamera.h>
00103 #include <vtkObjectFactory.h>
00104 #include <vtkScalarBarActor.h>
00105 #include <vtkScalarsToColors.h>
00106 #include <vtkClipPolyData.h>
00107 #include <vtkPlanes.h>
00108 #include <vtkImageImport.h>
00109 #include <vtkImageViewer.h>
00110 #include <vtkImageFlip.h>
00111 #include <vtkTIFFWriter.h>
00112 #include <vtkBMPWriter.h>
00113 #include <vtkJPEGWriter.h>
00114 #include <vtkImageViewer2.h>
00115 #include <vtkRenderWindow.h>
00116 #include <vtkXYPlotActor.h>
00117 #include <vtkTextProperty.h>
00118 #include <vtkProperty2D.h>
00119 #include <vtkFieldData.h>
00120 #include <vtkDoubleArray.h>
00121 #include <vtkLODActor.h>
00122 #include <vtkPolyDataWriter.h>
00123 #include <vtkTextActor.h>
00124 #include <vtkCleanPolyData.h>
00125 #include <vtkRenderer.h>
00126 #include <vtkObject.h>
00127 #include <vtkOrientationMarkerWidget.h>
00128 #include <vtkImageReslice.h>
00129 #include <vtkImageChangeInformation.h>
00130 #include <vtkImageCanvasSource2D.h>
00131 #include <vtkImageBlend.h>
00132 #include <vtkImageStencilData.h>
00133 #if ((VTK_MAJOR_VERSION == 5) && (VTK_MINOR_VERSION <= 4))
00134 #  include <pcl/visualization/interactor.h>
00135 #else
00136 #  include <vtkRenderWindowInteractor.h>
00137 #  include <vtkChartXY.h>
00138 #  include <vtkPlot.h>
00139 #  include <vtkTable.h>
00140 #  include <vtkContextView.h>
00141 #  include <vtkContextScene.h>
00142 #  include <vtkColorSeries.h>
00143 #endif
00144 #include <vtkSelection.h>
00145 #include <vtkVisibleCellSelector.h>
00146 #include <vtkTriangle.h>
00147 #include <vtkWorldPointPicker.h>
00148 
00149 #endif    // PCL_PCL_VISUALIZER_VTK_H_
00150 


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:11