#include <organized.h>
Public Member Functions | |
| Entry (int idx, float dist) | |
| Entry () | |
| bool | operator< (const Entry &other) const |
Public Attributes | |
| float | distance |
| unsigned | index |
Definition at line 193 of file organized.h.
| pcl::search::OrganizedNeighbor< PointT >::Entry::Entry | ( | int | idx, |
| float | dist | ||
| ) | [inline] |
Definition at line 195 of file organized.h.
| pcl::search::OrganizedNeighbor< PointT >::Entry::Entry | ( | ) | [inline] |
Definition at line 196 of file organized.h.
| bool pcl::search::OrganizedNeighbor< PointT >::Entry::operator< | ( | const Entry & | other | ) | const [inline] |
Definition at line 201 of file organized.h.
| float pcl::search::OrganizedNeighbor< PointT >::Entry::distance |
Definition at line 198 of file organized.h.
| unsigned pcl::search::OrganizedNeighbor< PointT >::Entry::index |
Definition at line 197 of file organized.h.