41 #include <pcl/visualization/common/actor_map.h>
42 #include <pcl/console/print.h>
48 namespace visualization
PCL_EXPORTS void getCorrespondingPointCloud(vtkPolyData *src, const pcl::PointCloud< pcl::PointXYZ > &tgt, std::vector< int > &indices)
Obtain a list of corresponding indices, for a set of vtk points, from a pcl::PointCloud.
PCL_EXPORTS bool savePointData(vtkPolyData *data, const std::string &out_file, const CloudActorMapPtr &actors)
Saves the vtk-formatted Point Cloud data into a set of files, based on whether the data comes from pr...
shared_ptr< CloudActorMap > CloudActorMapPtr