|
Point Cloud Library (PCL) 1.15.1
|
Priority queue entry for branch nodes More...
#include <pcl/octree/octree_search.h>
Public Member Functions | |
| prioBranchQueueEntry () | |
| Empty constructor. | |
| prioBranchQueueEntry (OctreeNode *_node, OctreeKey &_key, float _point_distance) | |
| Constructor for initializing priority queue entry. | |
| bool | operator< (const prioBranchQueueEntry rhs) const |
| Operator< for comparing priority queue entries with each other. | |
Public Attributes | |
| const OctreeNode * | node |
| Pointer to octree node. | |
| float | point_distance |
| Distance to query point. | |
| OctreeKey | key |
| Octree key. | |
Priority queue entry for branch nodes
Definition at line 295 of file octree_search.h.
|
inline |
Empty constructor.
Definition at line 298 of file octree_search.h.
References node, and point_distance.
Referenced by operator<().
|
inline |
Constructor for initializing priority queue entry.
| _node | pointer to octree node | |
| _key | octree key addressing voxel in octree structure | |
| [in] | _point_distance | distance of query point to voxel center |
Definition at line 305 of file octree_search.h.
References key, node, and point_distance.
|
inline |
Operator< for comparing priority queue entries with each other.
| [in] | rhs | the priority queue to compare this against |
Definition at line 312 of file octree_search.h.
References point_distance, and prioBranchQueueEntry().
| OctreeKey pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::key |
| const OctreeNode* pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::node |
Pointer to octree node.
Definition at line 319 of file octree_search.h.
Referenced by prioBranchQueueEntry(), and prioBranchQueueEntry().
| float pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::point_distance |
Distance to query point.
Definition at line 322 of file octree_search.h.
Referenced by operator<(), prioBranchQueueEntry(), and prioBranchQueueEntry().