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.
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 Simplex_handle
Handle type to a simplex contained in the simplicial complex.
Definition: SimplicialComplexForRips.h:26
unspecified Filtration_value
Type used to store the filtration values of the simplicial complex.
Definition: SimplicialComplexForRips.h:23
The concept SimplicialComplexForRips describes the requirements for a type to implement a simplicial ...
Definition: SimplicialComplexForRips.h:21
std::size_t num_vertices()
Returns the number of vertices in the simplicial complex.
unspecified simplex_vertex_range(Simplex_handle sh)
Returns a range over the vertices of a simplex.
GUDHI
Version 3.3.0
- C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
- Copyright : MIT
|
Generated on Fri Oct 30 2020 17:07:14 for GUDHI by
Doxygen 1.8.18
|