common.h
Go to the documentation of this file.
00001 #ifndef PCL_OUTOFCORE_COMMON_H_
00002 #define PCL_OUTOFCORE_COMMON_H_
00003 
00004 // VTK
00005 #include <vtkPolyData.h>
00006 #include <vtkSmartPointer.h>
00007 
00008 vtkSmartPointer<vtkPolyData>
00009 getVtkCube (double x_min, double x_max, double y_min, double y_max, double z_min, double z_max);
00010 
00011 #endif


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:22:49