Point Cloud Library (PCL)  1.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
pcl::PointWithRange Struct Reference

A point structure representing Euclidean xyz coordinates, padded with an extra range float. More...

#include <pcl/impl/point_types.hpp>

List of all members.

Public Attributes

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

Detailed Description

A point structure representing Euclidean xyz coordinates, padded with an extra range float.

Definition at line 751 of file point_types.hpp.


Member Data Documentation

union { ... }

Definition at line 760 of file point_types.hpp.

Definition at line 753 of file point_types.hpp.

Definition at line 758 of file point_types.hpp.


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