Data structure to store a set of nodes in a SimplexTree sharing the same parent node. More...
#include <include/gudhi/Simplex_tree/Simplex_tree_siblings.h>
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. | |
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.