23 #ifndef CONCEPT_ALPHA_COMPLEX_SIMPLICIAL_COMPLEX_FOR_ALPHA_H_ 24 #define CONCEPT_ALPHA_COMPLEX_SIMPLICIAL_COMPLEX_FOR_ALPHA_H_ 28 namespace alpha_complex {
89 #endif // CONCEPT_ALPHA_COMPLEX_SIMPLICIAL_COMPLEX_FOR_ALPHA_H_ void insert_simplex_and_subfaces(std::vector< Vertex_handle > const &vertex_range, Filtration_value filtration)
Inserts a simplex with vertices from a given simplex (represented by a vector of Vertex_handle) in th...
Simplex_vertex_range simplex_vertex_range(Simplex_handle const &simplex)
Returns a range over vertices of a given simplex.
Definition: SimplicialComplexForAlpha.h:26
unspecified Vertex_handle
Definition: SimplicialComplexForAlpha.h:37
The concept SimplicialComplexForAlpha describes the requirements for a type to implement a simplicial...
Definition: SimplicialComplexForAlpha.h:33
void make_filtration_non_decreasing()
int dimension(Simplex_handle simplex)
void prune_above_filtration(Filtration_value filtration)
unspecified Boundary_simplex_range
Iterator over the boundaries of the complex, in an arbitrary order.
Definition: SimplicialComplexForAlpha.h:75
unspecified Insertion_result_type
Return type of an insertion of a simplex.
Definition: SimplicialComplexForAlpha.h:82
void set_dimension(int dimension)
int assign_filtration(Simplex_handle simplex, Filtration_value filtration)
unspecified Simplex_handle
Definition: SimplicialComplexForAlpha.h:35
unspecified Simplex_vertex_range
Iterator over vertices of a simplex.
Definition: SimplicialComplexForAlpha.h:66
std::size_t num_vertices()
Boundary_simplex_range boundary_simplex_range(Simplex_handle const &simplex)
Returns a range over boundaries of a given simplex.
unspecified Filtration_value
Definition: SimplicialComplexForAlpha.h:39