|
CGAL 5.1 - Octree
|
#include <CGAL/Octree/Traversal_iterator.h>
Inherits iterator_facade< Traversal_iterator< Value >, Value, boost::forward_traversal_tag >.
Types | |
| typedef std::function< Value *(Value *)> | Traversal_function |
Creation | |
| Traversal_iterator () | |
| Traversal_iterator (Value *first, const Traversal_function &next) | |
| typedef std::function<Value *(Value *)> CGAL::Traversal_iterator< Value >::Traversal_function |
| CGAL::Traversal_iterator< Value >::Traversal_iterator | ( | ) |
| CGAL::Traversal_iterator< Value >::Traversal_iterator | ( | Value * | first, |
| const Traversal_function & | next | ||
| ) |
| first | |
| next |