The concept SimplicialComplexForAlpha3d describes the requirements for a type to implement a simplicial complex, that can be created from a Alpha_complex_3d
.
More...
#include </home/gailuron/workspace/gudhi/gudhi-devel/build/gudhi.3.5.0/concept/Alpha_complex/SimplicialComplexForAlpha3d.h>
The concept SimplicialComplexForAlpha3d describes the requirements for a type to implement a simplicial complex, that can be created from a Alpha_complex_3d
.
◆ Filtration_value
Handle to specify the simplex filtration value.
◆ Vertex_handle
Handle to specify a vertex. Must be a non-negative integer.
◆ make_filtration_non_decreasing()
void Gudhi::alpha_complex::SimplicialComplexForAlpha3d::make_filtration_non_decreasing |
( |
| ) |
|
Browses the simplicial complex to make the filtration non-decreasing.
◆ num_vertices()
std::size_t Gudhi::alpha_complex::SimplicialComplexForAlpha3d::num_vertices |
( |
| ) |
|
Returns the number of vertices in the simplicial complex.
◆ prune_above_filtration()
void Gudhi::alpha_complex::SimplicialComplexForAlpha3d::prune_above_filtration |
( |
Filtration_value |
filtration | ) |
|
Prune the simplicial complex above 'filtration' value given as parameter.
The documentation for this struct was generated from the following file: