Point Cloud Library (PCL)  1.12.0
common.h
1 #pragma once
2 
3 // VTK
4 #include <vtkPolyData.h>
5 #include <vtkSmartPointer.h>
6 
8 getVtkCube (double x_min, double x_max, double y_min, double y_max, double z_min, double z_max);