Priority queue entry for branch nodes More...
#include <octree_search.h>
Public Member Functions | |
| bool | operator< (const prioBranchQueueEntry rhs) const |
| Operator< for comparing priority queue entries with each other. | |
| prioBranchQueueEntry () | |
| Empty constructor. | |
| prioBranchQueueEntry (OctreeNode *_node, OctreeKey &_key, float _point_distance) | |
| Constructor for initializing priority queue entry. | |
Public Attributes | |
| OctreeKey | key |
| Octree key. | |
| const OctreeNode * | node |
| Pointer to octree node. | |
| float | point_distance |
| Distance to query point. | |
Priority queue entry for branch nodes
Definition at line 262 of file octree_search.h.
| pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::prioBranchQueueEntry | ( | ) | [inline] |
Empty constructor.
Definition at line 266 of file octree_search.h.
| pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::prioBranchQueueEntry | ( | OctreeNode * | _node, |
| OctreeKey & | _key, | ||
| float | _point_distance | ||
| ) | [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 276 of file octree_search.h.
| bool pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::operator< | ( | const prioBranchQueueEntry | rhs | ) | const [inline] |
Operator< for comparing priority queue entries with each other.
| [in] | rhs | the priority queue to compare this against |
Definition at line 285 of file octree_search.h.
| OctreeKey pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::key |
Octree key.
Definition at line 297 of file octree_search.h.
| const OctreeNode* pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::node |
Pointer to octree node.
Definition at line 291 of file octree_search.h.
| float pcl::octree::OctreePointCloudSearch< PointT, LeafContainerT, BranchContainerT >::prioBranchQueueEntry::point_distance |
Distance to query point.
Definition at line 294 of file octree_search.h.