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