Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
pcl::_PointXYZHSV Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointXYZHSV:

Public Attributes

 PCL_ADD_POINT4D
 
union { 
 
   struct { 
 
      float   h 
 
      float   s 
 
      float   v 
 
   }  
 
   float   data_c [4] 
 
};  
 

Detailed Description

Definition at line 780 of file point_types.hpp.

Member Data Documentation

◆ [union]

union { ... } pcl::_PointXYZHSV

◆ data_c

float pcl::_PointXYZHSV::data_c[4]

Definition at line 791 of file point_types.hpp.

◆ h

◆ PCL_ADD_POINT4D

pcl::_PointXYZHSV::PCL_ADD_POINT4D

Definition at line 782 of file point_types.hpp.

◆ s

◆ v


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