Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
List of all members | Public Attributes
pcl::_PointWithRange Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointWithRange:

Public Attributes

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

Detailed Description

Definition at line 1039 of file point_types.hpp.

Member Data Documentation

◆ [union]

PCL_ADD_POINT4D union { ... } pcl::_PointWithRange

◆ data_c

float pcl::_PointWithRange::data_c[4]

Definition at line 1048 of file point_types.hpp.

◆ range

float pcl::_PointWithRange::range

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