Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/search/organized.h>
Public Member Functions | |
Entry (index_t idx, float dist) | |
Entry () | |
bool | operator< (const Entry &other) const |
Public Attributes | |
index_t | index |
float | distance |
Definition at line 201 of file organized.h.
|
inline |
Definition at line 203 of file organized.h.
|
inline |
Definition at line 204 of file organized.h.
|
inline |
Definition at line 208 of file organized.h.
References pcl::search::OrganizedNeighbor< PointT >::Entry::distance.
float pcl::search::OrganizedNeighbor< PointT >::Entry::distance |
Definition at line 206 of file organized.h.
Referenced by pcl::search::OrganizedNeighbor< PointT >::Entry::operator<().
index_t pcl::search::OrganizedNeighbor< PointT >::Entry::index |
Definition at line 205 of file organized.h.