#include <pcl/point_cloud.h>
Go to the source code of this file.
Classes | |
struct | pcl::io::TARHeader |
A TAR file's header, as described on http://en.wikipedia.org/wiki/Tar_%28file_format%29. More... | |
Namespaces | |
namespace | pcl |
namespace | pcl::io |
Functions | |
template<typename PointT > | |
bool | pcl::io::saveTARPointCloud (const std::string &tar_filename, const PointCloud< PointT > &cloud, const std::string &pcd_filename) |
Save a PointCloud dataset into a TAR file. Append if the file exists, or create a new one if not. |