Temporary namespace for point adapter methods, for use with nonstandard point types.
More...
|
| template<typename PointT > |
| auto | x_ (const PointT &pt) |
| | Gets the x value for a point. More...
|
| |
| template<typename PointT > |
| auto | y_ (const PointT &pt) |
| | Gets the y value for a point. More...
|
| |
| template<typename PointT > |
| auto | z_ (const PointT &pt) |
| | Gets the z value for a point. More...
|
| |
| template<typename PointT > |
| auto & | xr_ (PointT &pt) |
| | Gets a reference to the x value for a point. More...
|
| |
| template<typename PointT > |
| auto & | yr_ (PointT &pt) |
| | Gets a reference to the y value for a point. More...
|
| |
| template<typename PointT > |
| auto & | zr_ (PointT &pt) |
| | Gets a reference to the z value for a point. More...
|
| |
| template<> |
| NDT_PUBLIC auto | x_ (const Eigen::Vector3d &pt) |
| |
| template<> |
| NDT_PUBLIC auto | y_ (const Eigen::Vector3d &pt) |
| |
| template<> |
| NDT_PUBLIC auto | z_ (const Eigen::Vector3d &pt) |
| |
| template<> |
| NDT_PUBLIC auto & | xr_ (Eigen::Vector3d &pt) |
| |
| template<> |
| NDT_PUBLIC auto & | yr_ (Eigen::Vector3d &pt) |
| |
| template<> |
| NDT_PUBLIC auto & | zr_ (Eigen::Vector3d &pt) |
| |
| template<> |
| EUCLIDEAN_CLUSTER_PUBLIC auto | x_ (const perception::segmentation::euclidean_cluster::PointXYZII &pt) |
| |
| template<> |
| EUCLIDEAN_CLUSTER_PUBLIC auto | y_ (const perception::segmentation::euclidean_cluster::PointXYZII &pt) |
| |
| template<> |
| EUCLIDEAN_CLUSTER_PUBLIC auto | z_ (const perception::segmentation::euclidean_cluster::PointXYZII &pt) |
| |
Temporary namespace for point adapter methods, for use with nonstandard point types.