#include <iostream>
#include "pcl/io/pcd_io.h"
#include "pcl/point_types.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
std::vector< int > | parseFileExtensionArgument (int argc, char **argv, std::string extension) |
Parse command line arguments for file names. Returns: a vector with file names indices. |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 88 of file concatenate_points_pcd.cpp.
std::vector<int> parseFileExtensionArgument | ( | int | argc, | |
char ** | argv, | |||
std::string | extension | |||
) |
Parse command line arguments for file names. Returns: a vector with file names indices.
pcd_concatenate_points exemplifies how to concatenate the points of two PointClouds having the same fields.
argc | ||
argv | ||
extension |
Definition at line 58 of file concatenate_points_pcd.cpp.