Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
typedefs.h
Go to the documentation of this file.
1 #ifndef TYPEDEFS_H
2 #define TYPEDEFS_H
3 
4 #include <pcl/point_types.h>
5 #include <pcl/point_cloud.h>
6 
7 /* Define some custom types to make the rest of our code easier to read */
8 
9 // Define "PointCloud" to be a pcl::PointCloud of pcl::PointXYZRGB points
14 
15 // Define "SurfaceNormals" to be a pcl::PointCloud of pcl::Normal points
20 
21 // Define "SurfaceElements" to be a pcl::PointCloud of pcl::PointNormal points
26 
27 
28 // Define "LocalDescriptors" to be a pcl::PointCloud of pcl::FPFHSignature33 points
33 
34 // Define "GlobalDescriptors" to be a pcl::PointCloud of pcl::VFHSignature308 points
39 
40 #endif