Public Member Functions | |
Entry (int idx, float dist) | |
Entry () | |
bool | operator< (const Entry &other) const |
bool | operator> (const Entry &other) const |
Public Attributes | |
float | distance |
unsigned | index |
Definition at line 64 of file brute_force.h.
pcl::search::BruteForce< PointT >::Entry::Entry | ( | int | idx, |
float | dist | ||
) | [inline] |
Definition at line 66 of file brute_force.h.
pcl::search::BruteForce< PointT >::Entry::Entry | ( | ) | [inline] |
Definition at line 68 of file brute_force.h.
bool pcl::search::BruteForce< PointT >::Entry::operator< | ( | const Entry & | other | ) | const [inline] |
Definition at line 73 of file brute_force.h.
bool pcl::search::BruteForce< PointT >::Entry::operator> | ( | const Entry & | other | ) | const [inline] |
Definition at line 79 of file brute_force.h.
float pcl::search::BruteForce< PointT >::Entry::distance |
Definition at line 70 of file brute_force.h.
unsigned pcl::search::BruteForce< PointT >::Entry::index |
Definition at line 69 of file brute_force.h.