|
Point Cloud Library (PCL)
1.8.1
|
#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 760 of file point_types.hpp.
| union { ... } |
| float pcl::_Normal::curvature |
Definition at line 767 of file point_types.hpp.
Referenced by pcl::MovingLeastSquares< PointInT, PointOutT >::computeMLSPointNormal(), pcl::Supervoxel< PointT >::getCentroidPointNormal(), pcl::SupervoxelClustering< PointT >::VoxelData::getNormal(), pcl::Normal::Normal(), pcl::SupervoxelClustering< PointT >::SupervoxelHelper::compareLeaves::operator()(), and pcl::MovingLeastSquares< PointInT, PointOutT >::projectPointToMLSSurface().
| float pcl::_Normal::data_c[4] |
Definition at line 769 of file point_types.hpp.
| pcl::_Normal::PCL_ADD_NORMAL4D |
Definition at line 762 of file point_types.hpp.