Data structure to store a set of nodes in a SimplexTree sharing the same parent node. More...
Public Member Functions | |
template<typename RandomAccessVertexRange > | |
Simplex_tree_siblings (Simplex_tree_siblings *oncles, Vertex_handle parent, const RandomAccessVertexRange &members) | |
Constructor with initialized set of members. More... | |
void | insert (Vertex_handle v, Filtration_value filtration_value) |
Inserts a Node in the set of siblings nodes. More... | |
Data structure to store a set of nodes in a SimplexTree sharing the same parent node.
|
inline |
Constructor with initialized set of members.
'members' must be sorted and unique.
|
inline |
Inserts a Node in the set of siblings nodes.
If already present, assigns the minimal filtration value between input filtration_value and the value already present in the node.