Point Cloud Library (PCL)
1.11.0
Main Page
Related Pages
Modules
Namespaces
Classes
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
pcl
outofcore
visualization
common.h
1
#pragma once
2
3
// VTK
4
#include <vtkPolyData.h>
5
#include <vtkSmartPointer.h>
6
7
vtkSmartPointer<vtkPolyData>
8
getVtkCube (
double
x_min,
double
x_max,
double
y_min,
double
y_max,
double
z_min,
double
z_max);
vtkSmartPointer< vtkPolyData >