$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_fields exemplifies how to concatenate the fields of two different PointClouds (having the same number of points).
Definition at line 52 of file pcd_concatenate_fields.cpp.