|
Point Cloud Library (PCL)
1.5.1
|
#include <pcl/impl/point_types.hpp>


Public Member Functions | |
| ReferenceFrame () | |
| ReferenceFrame (_Axis const &x, _Axis const &y, _Axis const &z, float c=1.0) | |
Public Attributes | |
| _Axis | x_axis |
| _Axis | y_axis |
| _Axis | z_axis |
| union { | |
| struct { | |
| float confidence | |
| } | |
| float data_c [4] | |
| }; | |
Definition at line 995 of file point_types.hpp.
| pcl::ReferenceFrame::ReferenceFrame | ( | ) | [inline] |
Definition at line 997 of file point_types.hpp.
| pcl::ReferenceFrame::ReferenceFrame | ( | _Axis const & | x, |
| _Axis const & | y, | ||
| _Axis const & | z, | ||
| float | c = 1.0 |
||
| ) | [inline] |
Definition at line 1000 of file point_types.hpp.
union { ... } [inherited] |
float pcl::_ReferenceFrame::confidence [inherited] |
Definition at line 987 of file point_types.hpp.
float pcl::_ReferenceFrame::data_c[4] [inherited] |
Definition at line 989 of file point_types.hpp.
_Axis pcl::_ReferenceFrame::x_axis [inherited] |
Definition at line 980 of file point_types.hpp.
_Axis pcl::_ReferenceFrame::y_axis [inherited] |
Definition at line 981 of file point_types.hpp.
_Axis pcl::_ReferenceFrame::z_axis [inherited] |
Definition at line 982 of file point_types.hpp.
1.8.0