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

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::PointWithRange:
Inheritance graph
[legend]
Collaboration diagram for pcl::PointWithRange:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PointWithRange ()

Public Attributes

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

Detailed Description

Definition at line 795 of file point_types.hpp.


Constructor & Destructor Documentation

Definition at line 797 of file point_types.hpp.


Member Data Documentation

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

Definition at line 790 of file point_types.hpp.

Definition at line 783 of file point_types.hpp.

float pcl::_PointWithRange::range [inherited]

Definition at line 788 of file point_types.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines