#include <pcl/io/pcd_io.h>#include <pcl/io/vtk_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 loadCloud | ( | const std::string & | filename, | 
| pcl::PCLPointCloud2 & | cloud | ||
| ) | 
Definition at line 56 of file pcd2vtk.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 85 of file pcd2vtk.cpp.
| void printHelp | ( | int | , | 
| char ** | argv | ||
| ) | 
Definition at line 50 of file pcd2vtk.cpp.
| void saveCloud | ( | const std::string & | filename, | 
| const pcl::PCLPointCloud2 & | cloud | ||
| ) | 
Definition at line 71 of file pcd2vtk.cpp.