Priority queue entry for point candidates More...
#include <octree_search.h>
Public Member Functions | |
| bool | operator< (const prioPointQueueEntry &rhs) const |
| Operator< for comparing priority queue entries with each other. | |
| prioPointQueueEntry () | |
| Empty constructor. | |
| prioPointQueueEntry (unsigned int &point_idx, float point_distance) | |
| Constructor for initializing priority queue entry. | |
Public Attributes | |
| float | point_distance_ |
| Distance to query point. | |
| int | point_idx_ |
| Index representing a point in the dataset given by setInputCloud. | |
Priority queue entry for point candidates
Definition at line 305 of file octree_search.h.
| pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioPointQueueEntry::prioPointQueueEntry | ( | ) | [inline] |
Empty constructor.
Definition at line 310 of file octree_search.h.
| pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioPointQueueEntry::prioPointQueueEntry | ( | unsigned int & | point_idx, |
| float | point_distance | ||
| ) | [inline] |
Constructor for initializing priority queue entry.
| [in] | point_idx | an index representing a point in the dataset given by setInputCloud |
| [in] | point_distance | distance of query point to voxel center |
Definition at line 319 of file octree_search.h.
| bool pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioPointQueueEntry::operator< | ( | const prioPointQueueEntry & | rhs | ) | const [inline] |
Operator< for comparing priority queue entries with each other.
| [in] | rhs | priority queue to compare this against |
Definition at line 328 of file octree_search.h.
| float pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioPointQueueEntry::point_distance_ |
Distance to query point.
Definition at line 337 of file octree_search.h.
| int pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioPointQueueEntry::point_idx_ |
Index representing a point in the dataset given by setInputCloud.
Definition at line 334 of file octree_search.h.