Iterator over the simplices of the star of a simplex. More...
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.