Point Cloud Library (PCL)
1.12.0
|
#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 190 of file organized.h.
|
inline |
Definition at line 192 of file organized.h.
|
inline |
Definition at line 193 of file organized.h.
|
inline |
Definition at line 197 of file organized.h.
References pcl::search::OrganizedNeighbor< PointT >::Entry::distance.
float pcl::search::OrganizedNeighbor< PointT >::Entry::distance |
Definition at line 195 of file organized.h.
Referenced by pcl::search::OrganizedNeighbor< PointT >::Entry::operator<().
index_t pcl::search::OrganizedNeighbor< PointT >::Entry::index |
Definition at line 194 of file organized.h.