|
Point Cloud Library (PCL) 1.15.0
|
radiusSearchLoopkupEntry entry for radius search lookup vector More...
#include </builddir/build/BUILD/pcl-1.15.0-build/pcl-pcl-1.15.0/cuda/nn/organized_neighbor_search.h>
Public Member Functions | |
| radiusSearchLoopkupEntry () | |
| Empty constructor. | |
| void | defineShiftedSearchPoint (int x_shift, int y_shift) |
| Define search point and calculate squared distance. | |
| bool | operator< (const radiusSearchLoopkupEntry &rhs_arg) const |
| Operator< for comparing radiusSearchLoopkupEntry instances with each other. | |
Public Attributes | |
| int | x_diff_ |
| int | y_diff_ |
| int | squared_distance_ |
radiusSearchLoopkupEntry entry for radius search lookup vector
Definition at line 203 of file organized_neighbor_search.h.
|
inline |
Empty constructor.
Definition at line 208 of file organized_neighbor_search.h.
Referenced by operator<().
|
inline |
Define search point and calculate squared distance.
| x_shift | shift in x dimension |
| y_shift | shift in y dimension |
Definition at line 217 of file organized_neighbor_search.h.
References squared_distance_, x_diff_, and y_diff_.
|
inline |
Operator< for comparing radiusSearchLoopkupEntry instances with each other.
Definition at line 226 of file organized_neighbor_search.h.
References radiusSearchLoopkupEntry(), and squared_distance_.
| int pcl::OrganizedNeighborSearch< PointT >::radiusSearchLoopkupEntry::squared_distance_ |
Definition at line 235 of file organized_neighbor_search.h.
Referenced by defineShiftedSearchPoint(), and operator<().
| int pcl::OrganizedNeighborSearch< PointT >::radiusSearchLoopkupEntry::x_diff_ |
Definition at line 233 of file organized_neighbor_search.h.
Referenced by defineShiftedSearchPoint().
| int pcl::OrganizedNeighborSearch< PointT >::radiusSearchLoopkupEntry::y_diff_ |
Definition at line 234 of file organized_neighbor_search.h.
Referenced by defineShiftedSearchPoint().