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