point_cloud_library / 1.12.1 / structpcl_1_1_point_x_y_z_h_s_v.html /

#include <pcl/impl/point_types.hpp>

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 801 of file point_types.hpp.

Constructor & Destructor Documentation

PointXYZHSV() [1/4]

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

Definition at line 803 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 809 of file point_types.hpp.

PointXYZHSV() [3/4]

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

Definition at line 813 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 816 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:

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_point_x_y_z_h_s_v.html