A point structure representing normal coordinates and the surface curvature estimate. More...
#include <pcl/impl/point_types.hpp>


Public Member Functions | |
| Normal (const _Normal &p) | |
| Normal () | |
| Normal (float n_x, float n_y, float n_z) | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Normal &p) |
A point structure representing normal coordinates and the surface curvature estimate.
(SSE friendly)
Definition at line 742 of file point_types.hpp.
| pcl::Normal::Normal | ( | const _Normal & | p | ) | [inline] |
Definition at line 744 of file point_types.hpp.
References pcl::_Normal::curvature.
| pcl::Normal::Normal | ( | ) | [inline] |
Definition at line 751 of file point_types.hpp.
References pcl::_Normal::curvature.
| pcl::Normal::Normal | ( | float | n_x, | |
| float | n_y, | |||
| float | n_z | |||
| ) | [inline] |
Definition at line 757 of file point_types.hpp.
References pcl::_Normal::curvature.
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Normal & | p | |||
| ) | [friend] |