Home
last modified time | relevance | path

Searched refs:LeafNodeBreadthFirstIterator (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/octree/include/pcl/octree/
H A Doctree_base.h199 using LeafNodeBreadthFirstIterator = OctreeLeafNodeBreadthFirstIterator<OctreeT>; variable
203 LeafNodeBreadthFirstIterator
206 return LeafNodeBreadthFirstIterator(
210 const LeafNodeBreadthFirstIterator
213 return LeafNodeBreadthFirstIterator(this, 0, nullptr); in leaf_breadth_end()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/octree/
H A Dtest_octree_iterator.cpp701 TEST_F (OctreeBaseIteratorsForLoopTest, LeafNodeBreadthFirstIterator) in TEST_F() argument
832 TEST_F (OctreeBaseWalkThroughIteratorsTest, LeafNodeBreadthFirstIterator) in TEST_F() argument
834 OctreeT::LeafNodeBreadthFirstIterator it = oct_a_.leaf_breadth_begin (); in TEST_F()
1103 TEST_F (OctreeBaseIteratorsPrePostTest, LeafNodeBreadthFirstIterator) in TEST_F() argument
1106 using IteratorT = OctreeT::LeafNodeBreadthFirstIterator; in TEST_F()
1694 TEST_F (OctreePointCloudSierpinskiTest, LeafNodeBreadthFirstIterator) in TEST_F() argument