#include <common_types.hpp>
Public Member Functions | |
const Eigen::Vector3i | getRGBVector3i () const |
const Eigen::Vector4i | getRGBVector4i () const |
PointIHS () | |
PointIHS (const PointIHS &other) | |
PointIHS (const pcl::PointXYZRGBNormal &other, const float weight) |
Definition at line 62 of file common_types.hpp.
pcl::ihs::PointIHS::PointIHS | ( | ) | [inline] |
Definition at line 65 of file common_types.hpp.
pcl::ihs::PointIHS::PointIHS | ( | const PointIHS & | other | ) | [inline] |
Definition at line 80 of file common_types.hpp.
pcl::ihs::PointIHS::PointIHS | ( | const pcl::PointXYZRGBNormal & | other, |
const float | weight | ||
) | [inline] |
Definition at line 99 of file common_types.hpp.
const Eigen::Vector3i pcl::ihs::PointIHS::getRGBVector3i | ( | ) | const [inline] |
Definition at line 119 of file common_types.hpp.
const Eigen::Vector4i pcl::ihs::PointIHS::getRGBVector4i | ( | ) | const [inline] |
Definition at line 121 of file common_types.hpp.