Point Cloud Library (PCL) 1.13.0
Loading...
Searching...
No Matches
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 857 of file point_types.hpp.

Member Data Documentation

◆ [union]

union { ... } pcl::_PointNormal

◆ curvature

float pcl::_PointNormal::curvature

◆ data_c

float pcl::_PointNormal::data_c[4]

Definition at line 867 of file point_types.hpp.

◆ PCL_ADD_NORMAL4D

pcl::_PointNormal::PCL_ADD_NORMAL4D

Definition at line 860 of file point_types.hpp.

◆ PCL_ADD_POINT4D

pcl::_PointNormal::PCL_ADD_POINT4D

Definition at line 859 of file point_types.hpp.


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