#include <point_types.hpp>
Public Member Functions | |
PointXYZI (const _PointXYZI &p) | |
PointXYZI () | |
PointXYZI (float _intensity) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const PointXYZI &p) |
Definition at line 395 of file point_types.hpp.
pcl::PointXYZI::PointXYZI | ( | const _PointXYZI & | p | ) | [inline] |
Definition at line 397 of file point_types.hpp.
pcl::PointXYZI::PointXYZI | ( | ) | [inline] |
Definition at line 403 of file point_types.hpp.
pcl::PointXYZI::PointXYZI | ( | float | _intensity | ) | [inline] |
Definition at line 409 of file point_types.hpp.
std::ostream& operator<< | ( | std::ostream & | os, |
const PointXYZI & | p | ||
) | [friend] |