#include <iostream>#include <pcl/point_cloud.h>#include <pcl/point_types.h>#include <pcl/common/io.h>
Go to the source code of this file.
Functions | |
| static void | differenceType () |
| int | main () |
| static void | sameType () |
| void differenceType | ( | ) | [static] |
Definition at line 92 of file example_copy_point_cloud.cpp.
| int main | ( | ) |
Definition at line 65 of file example_copy_point_cloud.cpp.
| void sameType | ( | ) | [static] |
Definition at line 74 of file example_copy_point_cloud.cpp.