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::_PointWithRange Struct Reference

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

#include <pcl/impl/point_types.hpp>

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

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 781 of file point_types.hpp.

Member Data Documentation

union { ... }
float pcl::_PointWithRange::data_c[4]

Definition at line 790 of file point_types.hpp.

pcl::_PointWithRange::PCL_ADD_POINT4D

Definition at line 783 of file point_types.hpp.

float pcl::_PointWithRange::range

Definition at line 788 of file point_types.hpp.


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