On this page
#include <pcl/impl/point_types.hpp>
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 |
|
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]
|
inlineconstexpr |
Definition at line 721 of file point_types.hpp.
PointXYZHSV() [2/4]
|
inlineconstexpr |
Definition at line 724 of file point_types.hpp.
PointXYZHSV() [3/4]
|
inlineconstexpr |
Definition at line 728 of file point_types.hpp.
PointXYZHSV() [4/4]
|
inlineconstexpr |
Definition at line 731 of file point_types.hpp.
Friends And Related Function Documentation
operator<<
|
friend |
The documentation for this struct was generated from the following file:
- pcl/impl/point_types.hpp
© 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