Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
pcl::_PointXYZINormal Struct Reference

A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate. More...

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::_PointXYZINormal:
Inheritance graph
[legend]

Public Attributes

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

Detailed Description

A point structure representing Euclidean xyz coordinates, intensity, together with normal coordinates and the surface curvature estimate.

Definition at line 745 of file point_types.hpp.

Member Data Documentation

union { ... }
float pcl::_PointXYZINormal::curvature

Definition at line 754 of file point_types.hpp.

float pcl::_PointXYZINormal::data_c[4]

Definition at line 756 of file point_types.hpp.

float pcl::_PointXYZINormal::intensity

Definition at line 753 of file point_types.hpp.

pcl::_PointXYZINormal::PCL_ADD_NORMAL4D

Definition at line 748 of file point_types.hpp.

pcl::_PointXYZINormal::PCL_ADD_POINT4D

Definition at line 747 of file point_types.hpp.


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