Point Cloud Library (PCL)
1.9.1
|
#include <pcl/search/organized.h>
Public Member Functions | |
Entry (int idx, float dist) | |
Entry () | |
bool | operator< (const Entry &other) const |
Public Attributes | |
unsigned | index |
float | distance |
Definition at line 194 of file organized.h.
|
inline |
Definition at line 196 of file organized.h.
|
inline |
Definition at line 197 of file organized.h.
|
inline |
Definition at line 202 of file organized.h.
References pcl::search::OrganizedNeighbor< PointT >::Entry::distance.
float pcl::search::OrganizedNeighbor< PointT >::Entry::distance |
Definition at line 199 of file organized.h.
Referenced by pcl::search::OrganizedNeighbor< PointT >::Entry::operator<().
unsigned pcl::search::OrganizedNeighbor< PointT >::Entry::index |
Definition at line 198 of file organized.h.