Point Cloud Library (PCL) 1.13.1
Loading...
Searching...
No Matches
List of all members | Public Member Functions | Friends
pcl::PointXYZHSV Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::PointXYZHSV:
+ Collaboration diagram for pcl::PointXYZHSV:

Public Member Functions

constexpr PointXYZHSV (const _PointXYZHSV &p)
 
constexpr PointXYZHSV ()
 
constexpr PointXYZHSV (float _h, float _s, float _v)
 
constexpr PointXYZHSV (float _x, float _y, float _z, float _h, float _s, float _v)
 

Friends

std::ostream & operator<< (std::ostream &os, const PointXYZHSV &p)
 

Additional Inherited Members

- Public Attributes inherited from pcl::_PointXYZHSV
 PCL_ADD_POINT4D
 
union { 
 
   struct { 
 
      float   h 
 
      float   s 
 
      float   v 
 
   }  
 
   float   data_c [4] 
 
};  
 

Detailed Description

Definition at line 719 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointXYZHSV() [1/4]

constexpr pcl::PointXYZHSV::PointXYZHSV ( const _PointXYZHSV p)
inlineconstexpr

Definition at line 721 of file point_types.hpp.

◆ PointXYZHSV() [2/4]

constexpr pcl::PointXYZHSV::PointXYZHSV ( )
inlineconstexpr

Definition at line 724 of file point_types.hpp.

◆ PointXYZHSV() [3/4]

constexpr pcl::PointXYZHSV::PointXYZHSV ( float  _h,
float  _s,
float  _v 
)
inlineconstexpr

Definition at line 728 of file point_types.hpp.

◆ PointXYZHSV() [4/4]

constexpr pcl::PointXYZHSV::PointXYZHSV ( float  _x,
float  _y,
float  _z,
float  _h,
float  _s,
float  _v 
)
inlineconstexpr

Definition at line 731 of file point_types.hpp.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const PointXYZHSV p 
)
friend

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