Point Cloud Library (PCL) 1.13.0
common.h
1#pragma once
2
3// VTK
4#include <vtkVersion.h>
5#if VTK_MAJOR_VERSION == 9 && VTK_MINOR_VERSION == 0
6#include <limits> // This must be included before vtkPolyData.h
7#endif
8#include <vtkPolyData.h>
9#include <vtkSmartPointer.h>
10
12getVtkCube (double x_min, double x_max, double y_min, double y_max, double z_min, double z_max);