|
Point Cloud Library (PCL) 1.15.1
|
A structure representing the Local Reference Frame of a point. More...
#include <pcl/impl/point_types.hpp>
Public Member Functions | |
| Eigen::Map< Eigen::Vector3f > | getXAxisVector3fMap () |
| const Eigen::Map< const Eigen::Vector3f > | getXAxisVector3fMap () const |
| Eigen::Map< Eigen::Vector3f > | getYAxisVector3fMap () |
| const Eigen::Map< const Eigen::Vector3f > | getYAxisVector3fMap () const |
| Eigen::Map< Eigen::Vector3f > | getZAxisVector3fMap () |
| const Eigen::Map< const Eigen::Vector3f > | getZAxisVector3fMap () const |
| Eigen::Map< Eigen::Matrix3f > | getMatrix3fMap () |
| const Eigen::Map< const Eigen::Matrix3f > | getMatrix3fMap () const |
Public Attributes | |
| union { | |
| float rf [9] | |
| struct { | |
| float x_axis [3] | |
| float y_axis [3] | |
| float z_axis [3] | |
| } | |
| }; | |
A structure representing the Local Reference Frame of a point.
Definition at line 1351 of file point_types.hpp.
|
inline |
Definition at line 1370 of file point_types.hpp.
References rf.
|
inline |
Definition at line 1371 of file point_types.hpp.
References rf.
|
inline |
Definition at line 1364 of file point_types.hpp.
References x_axis.
|
inline |
Definition at line 1365 of file point_types.hpp.
References x_axis.
|
inline |
Definition at line 1366 of file point_types.hpp.
References y_axis.
|
inline |
Definition at line 1367 of file point_types.hpp.
References y_axis.
|
inline |
Definition at line 1368 of file point_types.hpp.
References z_axis.
|
inline |
Definition at line 1369 of file point_types.hpp.
References z_axis.
| union { ... } pcl::_ReferenceFrame |
| float pcl::_ReferenceFrame::rf[9] |
Definition at line 1355 of file point_types.hpp.
Referenced by getMatrix3fMap(), getMatrix3fMap(), and pcl::ReferenceFrame::ReferenceFrame().
| float pcl::_ReferenceFrame::x_axis[3] |
Definition at line 1358 of file point_types.hpp.
Referenced by getXAxisVector3fMap(), and getXAxisVector3fMap().
| float pcl::_ReferenceFrame::y_axis[3] |
Definition at line 1359 of file point_types.hpp.
Referenced by getYAxisVector3fMap(), and getYAxisVector3fMap().
| float pcl::_ReferenceFrame::z_axis[3] |
Definition at line 1360 of file point_types.hpp.
Referenced by getZAxisVector3fMap(), and getZAxisVector3fMap().