11 #ifndef CONCEPT_RIPS_COMPLEX_SIMPLICIAL_COMPLEX_FOR_RIPS_H_    12 #define CONCEPT_RIPS_COMPLEX_SIMPLICIAL_COMPLEX_FOR_RIPS_H_    16 namespace rips_complex {
    29   template<
class OneSkeletonGraph>
    48   template< 
typename Blocker >
    63 #endif  // CONCEPT_RIPS_COMPLEX_SIMPLICIAL_COMPLEX_FOR_RIPS_H_ void expansion(int max_dim)
Expands the simplicial complex containing only its one skeleton until a given maximal dimension as ex...
 
void insert_graph(const OneSkeletonGraph &skel_graph)
Inserts a given Gudhi::rips_complex::Rips_complex::OneSkeletonGraph in the simplicial complex...
 
The concept SimplicialComplexForRips describes the requirements for a type to implement a simplicial ...
Definition: SimplicialComplexForRips.h:21
 
Definition: SimplicialComplexForAlpha.h:14
 
void expansion_with_blockers(int max_dim, Blocker block_simplex)
Expands a simplicial complex containing only a graph. Simplices corresponding to cliques in the graph...
 
unspecified Filtration_value
Type used to store the filtration values of the simplicial complex. 
Definition: SimplicialComplexForRips.h:23
 
std::size_t num_vertices()
Returns the number of vertices in the simplicial complex. 
 
unspecified Simplex_handle
Handle type to a simplex contained in the simplicial complex. 
Definition: SimplicialComplexForRips.h:26
 
unspecified simplex_vertex_range(Simplex_handle sh)
Returns a range over the vertices of a simplex.