#include <pcl/io/pcd_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 string &filename, PointCloud< PointXYZ > &cloud) |
| int | main (int argc, char **argv) |
| void | printHelp (int, char **argv) |
| bool loadCloud | ( | const string & | filename, |
| PointCloud< PointXYZ > & | cloud | ||
| ) |
Definition at line 55 of file xyz2pcd.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 93 of file xyz2pcd.cpp.
| void printHelp | ( | int | , |
| char ** | argv | ||
| ) |
Definition at line 49 of file xyz2pcd.cpp.