Data structure to put all simplex tree nodes with same label into a list. More...
Data structure to put all simplex tree nodes with same label into a list.
Allows one to access all subtrees of the simplex tree rooted at a node with a given label. Used in particular for fast cofaces location, and fast insertion and deletion of edges in a flag complex.
Only if SimplexTreeOptions::link_nodes_by_label is true.