Point Cloud Library (PCL)  1.7.0
Public Attributes
pcl::_PointXYZI Struct Reference

A point structure representing Euclidean xyz coordinates, and the intensity value. More...

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointXYZI:

List of all members.

Public Attributes

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

Detailed Description

A point structure representing Euclidean xyz coordinates, and the intensity value.

Definition at line 380 of file point_types.hpp.


Member Data Documentation

union { ... }

Definition at line 389 of file point_types.hpp.

Definition at line 382 of file point_types.hpp.


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