|
Point Cloud Library (PCL)
1.6.0
|
#include <pcl/impl/point_types.hpp>


Public Member Functions | |
| PointNormal () | |
Public Attributes | |
| PCL_ADD_POINT4D | |
| PCL_ADD_NORMAL4D | |
| union { | |
| struct { | |
| float curvature | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 649 of file point_types.hpp.
| pcl::PointNormal::PointNormal | ( | ) | [inline] |
Definition at line 651 of file point_types.hpp.
union { ... } [inherited] |
float pcl::_PointNormal::curvature [inherited] |
Definition at line 642 of file point_types.hpp.
float pcl::_PointNormal::data_c[4] [inherited] |
Definition at line 644 of file point_types.hpp.
pcl::_PointNormal::PCL_ADD_NORMAL4D [inherited] |
Definition at line 637 of file point_types.hpp.
pcl::_PointNormal::PCL_ADD_POINT4D [inherited] |
Definition at line 636 of file point_types.hpp.
1.7.6.1