Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
vtk_io.h File Reference
#include <pcl/pcl_macros.h>
#include <sensor_msgs/PointCloud2.h>
#include <pcl/PolygonMesh.h>
Include dependency graph for vtk_io.h:

Go to the source code of this file.

Namespaces

namespace  pcl
namespace  pcl::io

Functions

PCL_EXPORTS int pcl::io::saveVTKFile (const std::string &file_name, const pcl::PolygonMesh &triangles, unsigned precision=5)
 Saves a PolygonMesh in ascii VTK format.
PCL_EXPORTS int pcl::io::saveVTKFile (const std::string &file_name, const sensor_msgs::PointCloud2 &cloud, unsigned precision=5)
 Saves a PointCloud in ascii VTK format.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines