$search
#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) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
pcd_concatenate_points exemplifies how to concatenate the points of two PointClouds having the same fields.
Definition at line 51 of file pcd_concatenate_points.cpp.