Point Cloud Library (PCL)  1.11.1-dev
List of all members | Public Member Functions | Friends
pcl::PointXYZHSV Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::PointXYZHSV:

Public Member Functions

 PointXYZHSV (const _PointXYZHSV &p)
 
 PointXYZHSV ()
 
 PointXYZHSV (float _h, float _s, float _v)
 
 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 710 of file point_types.hpp.

Constructor & Destructor Documentation

◆ PointXYZHSV() [1/4]

pcl::PointXYZHSV::PointXYZHSV ( const _PointXYZHSV p)
inline

Definition at line 712 of file point_types.hpp.

References pcl::_PointXYZHSV::h, pcl::_PointXYZHSV::s, and pcl::_PointXYZHSV::v.

◆ PointXYZHSV() [2/4]

pcl::PointXYZHSV::PointXYZHSV ( )
inline

Definition at line 718 of file point_types.hpp.

◆ PointXYZHSV() [3/4]

pcl::PointXYZHSV::PointXYZHSV ( float  _h,
float  _s,
float  _v 
)
inline

Definition at line 722 of file point_types.hpp.

◆ PointXYZHSV() [4/4]

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

Definition at line 725 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

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

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