5 #include <pcl/point_types.h>
9 using Matrix4fMap = Eigen::Map<Eigen::Matrix4f, Eigen::Aligned>;
23 PCL_MAKE_ALIGNED_OPERATOR_NEW
38 PCL_MAKE_ALIGNED_OPERATOR_NEW
Definition: pcl_point.hpp:7
Eigen::Map< Eigen::Matrix4f, Eigen::Aligned > Matrix4fMap
Definition: pcl_point.hpp:9
const Eigen::Map< const Eigen::Matrix4f, Eigen::Aligned > Matrix4fMapConst
Definition: pcl_point.hpp:10
Point with covariance for PCL.
Definition: pcl_point.hpp:13
Matrix4fMapConst getCovariance4fMap() const
Get covariance matrix as Matrix4fMapConst.
Definition: pcl_point.hpp:21
Matrix4fMap getCovariance4fMap()
Get covariance matrix as Matrix4fMap.
Definition: pcl_point.hpp:18
Eigen::Matrix4f cov
4x4 covariance matrix
Definition: pcl_point.hpp:15
PCL_ADD_POINT4D
Point coordinates.
Definition: pcl_point.hpp:14
Point with normal and covariance for PCL.
Definition: pcl_point.hpp:27
PCL_ADD_POINT4D
Point coordinates.
Definition: pcl_point.hpp:28
Matrix4fMapConst getCovariance4fMap() const
Get covariance matrix as Matrix4fMapConst.
Definition: pcl_point.hpp:36
PCL_ADD_NORMAL4D Eigen::Matrix4f cov
< Point normal
Definition: pcl_point.hpp:30
Matrix4fMap getCovariance4fMap()
Get covariance matrix as Matrix4fMap.
Definition: pcl_point.hpp:33