Loading...
Searching...
No Matches
Gudhi::Simplex_tree_siblings< SimplexTree, MapContainer > Class Template Reference

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.
 

Detailed Description

template<class SimplexTree, class MapContainer>
class Gudhi::Simplex_tree_siblings< SimplexTree, MapContainer >

Data structure to store a set of nodes in a SimplexTree sharing the same parent node.

Constructor & Destructor Documentation

◆ Simplex_tree_siblings()

template<class SimplexTree, class MapContainer>
template<typename RandomAccessVertexRange>
Gudhi::Simplex_tree_siblings< SimplexTree, MapContainer >::Simplex_tree_siblings ( Simplex_tree_siblings< SimplexTree, MapContainer > * oncles,
Vertex_handle parent,
const RandomAccessVertexRange & members )
inline

Constructor with initialized set of members.

'members' must be sorted and unique.


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