#include <pcl/io/pcd_io.h>#include <pcl/io/ply_io.h>#include <pcl/console/print.h>#include <pcl/console/parse.h>#include <pcl/console/time.h>
Go to the source code of this file.
Functions | |
| bool | loadCloud (const std::string &filename, pcl::PCLPointCloud2 &cloud) |
| int | main (int argc, char **argv) |
| void | printHelp (int, char **argv) |
| void | saveCloud (const std::string &filename, const pcl::PCLPointCloud2 &cloud, bool format) |
| bool loadCloud | ( | const std::string & | filename, |
| pcl::PCLPointCloud2 & | cloud | ||
| ) |
Definition at line 57 of file ply2pcd.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 88 of file ply2pcd.cpp.
| void printHelp | ( | int | , |
| char ** | argv | ||
| ) |
Definition at line 51 of file ply2pcd.cpp.
| void saveCloud | ( | const std::string & | filename, |
| const pcl::PCLPointCloud2 & | cloud, | ||
| bool | format | ||
| ) |
Definition at line 73 of file ply2pcd.cpp.