|
Point Cloud Library (PCL) 1.12.0
|
#include <pcl/impl/point_types.hpp>
Inheritance diagram for pcl::_Normal:Public Attributes | ||
| PCL_ADD_NORMAL4D | ||
| union { | ||
| struct { | ||
| float curvature | ||
| } | ||
| float data_c [4] | ||
| }; | ||
Definition at line 881 of file point_types.hpp.
| union { ... } pcl::_Normal |
| float pcl::_Normal::curvature |
Definition at line 888 of file point_types.hpp.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::addProjectedPointNormal(), pcl::Supervoxel< PointT >::getCentroidPointNormal(), pcl::SupervoxelClustering< PointT >::VoxelData::getNormal(), pcl::Normal::Normal(), and pcl::Normal::Normal().
| float pcl::_Normal::data_c[4] |
Definition at line 890 of file point_types.hpp.
| pcl::_Normal::PCL_ADD_NORMAL4D |
Definition at line 883 of file point_types.hpp.