Point Cloud Library (PCL) 1.12.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

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

Detailed Description

Definition at line 1185 of file point_types.hpp.

Member Data Documentation

◆ [union]

union { ... } pcl::_PointWithRange

◆ data_c

float pcl::_PointWithRange::data_c[4]

Definition at line 1194 of file point_types.hpp.

◆ PCL_ADD_POINT4D

pcl::_PointWithRange::PCL_ADD_POINT4D

Definition at line 1187 of file point_types.hpp.

◆ range

float pcl::_PointWithRange::range

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