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

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_Normal:

Public Attributes

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

Detailed Description

Definition at line 794 of file point_types.hpp.

Member Data Documentation

◆ @15

union { ... }

◆ curvature

float pcl::_Normal::curvature

◆ data_c

float pcl::_Normal::data_c[4]

Definition at line 803 of file point_types.hpp.

◆ PCL_ADD_NORMAL4D

pcl::_Normal::PCL_ADD_NORMAL4D

Definition at line 796 of file point_types.hpp.


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