Point Cloud Library (PCL)
1.15.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 224 of file organized.h.
|
inline |
Definition at line 226 of file organized.h.
|
inline |
Definition at line 227 of file organized.h.
|
inline |
Definition at line 231 of file organized.h.
References pcl::search::OrganizedNeighbor< PointT >::Entry::distance.
float pcl::search::OrganizedNeighbor< PointT >::Entry::distance |
Definition at line 229 of file organized.h.
Referenced by pcl::search::OrganizedNeighbor< PointT >::Entry::operator<().
index_t pcl::search::OrganizedNeighbor< PointT >::Entry::index |
Definition at line 228 of file organized.h.