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.0.1 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. |
Generated on Mon Oct 2 2017 10:20:49 for GUDHI by
1.8.11
|