Point Cloud Library (PCL)  1.9.1
common.h
1 #ifndef PCL_OUTOFCORE_COMMON_H_
2 #define PCL_OUTOFCORE_COMMON_H_
3 
4 // VTK
5 #include <vtkPolyData.h>
6 #include <vtkSmartPointer.h>
7 
9 getVtkCube (double x_min, double x_max, double y_min, double y_max, double z_min, double z_max);
10 
11 #endif
vtkSmartPointer< vtkPolyData >