The concept SimplicialComplexForRips describes the requirements for a type to implement a simplicial complex, that can be created from a Rips_complex
. The only available model for the moment is the Simplex_tree
.
More...
Public Types | |
typedef unspecified | Filtration_value |
Type used to store the filtration values of the simplicial complex. | |
Public Member Functions | |
template<class OneSkeletonGraph > | |
void | insert_graph (const OneSkeletonGraph &skel_graph) |
Inserts a given Gudhi::rips_complex::Rips_complex::OneSkeletonGraph in the simplicial complex. | |
void | expansion (int max_dim) |
Expands the simplicial complex containing only its one skeleton until a given maximal dimension as explained in Rips complex definition. | |
std::size_t | num_vertices () |
Returns the number of vertices in the simplicial complex. | |
The concept SimplicialComplexForRips describes the requirements for a type to implement a simplicial complex, that can be created from a Rips_complex
. The only available model for the moment is the Simplex_tree
.
GUDHI Version 2.2.0 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : GPL v3 | Generated on Thu Jun 14 2018 15:00:55 for GUDHI by Doxygen 1.8.13 |