Loading...
Searching...
No Matches
Gudhi::Simplex_tree_optimized_star_simplex_iterator< SimplexTree > Class Template Reference

Iterator over the simplices of the star of a simplex. More...

#include <include/gudhi/Simplex_tree/Simplex_tree_star_simplex_iterators.h>

Detailed Description

template<class SimplexTree>
class Gudhi::Simplex_tree_optimized_star_simplex_iterator< SimplexTree >

Iterator over the simplices of the star of a simplex.

All Nodes of the simplex must store intrusive list hooks (option link_nodes_by_label == true) in order to connect all nodes with a fixed label u into a list.

Forward iterator, value_type is SimplexTree::Simplex_handle.

The implementation uses a Simplex_tree_optimized_cofaces_rooted_subtrees_simplex_iterator to iterate through all roots of cofaces Nodes, and traverses each such subtree of the simplex tree.


The documentation for this class was generated from the following file: