Point Cloud Library (PCL)  1.11.1-dev
List of all members | Public Attributes
pcl::_PointNormal Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointNormal:

Public Attributes

 PCL_ADD_POINT4D
 
 PCL_ADD_NORMAL4D
 
union {
   struct {
      float   curvature
 
   } 
 
   float   data_c [4]
 
}; 
 

Detailed Description

Definition at line 866 of file point_types.hpp.

Member Data Documentation

◆ @19

union { ... }

◆ curvature

float pcl::_PointNormal::curvature

◆ data_c

float pcl::_PointNormal::data_c[4]

Definition at line 876 of file point_types.hpp.

◆ PCL_ADD_NORMAL4D

pcl::_PointNormal::PCL_ADD_NORMAL4D

Definition at line 869 of file point_types.hpp.

◆ PCL_ADD_POINT4D

pcl::_PointNormal::PCL_ADD_POINT4D

Definition at line 868 of file point_types.hpp.


The documentation for this struct was generated from the following file: