Class representing the link of a simplicial complex encoded by a skeleton/blockers pair. It computes only vertices greater than the simplex used to build the link. More...
Additional Inherited Members | |
![]() | |
Skeleton_blocker_link_complex (const ComplexType &parent_complex, const Simplex &alpha_parent_adress, bool only_superior_vertices=false, bool only_vertices=false) | |
Skeleton_blocker_link_complex (const ComplexType &parent_complex, Vertex_handle a_parent_adress, bool only_superior_vertices=false) | |
Skeleton_blocker_link_complex (const ComplexType &parent_complex, Edge_handle edge, bool only_superior_vertices=false) | |
void | build_link (const ComplexType &parent_complex, const Simplex &alpha_parent_adress, bool is_alpha_blocker=false, bool only_vertices=false) |
compute vertices, edges and blockers of the link. More... | |
![]() | |
Vertex_handle | add_vertex (Root_vertex_handle global) |
void | add_edge_without_blockers (Root_vertex_handle v1_root, Root_vertex_handle v2_root) |
void | add_blocker (const Root_simplex_handle &blocker_root) |
void | make_restricted_complex (const ComplexType &parent_complex, const Simplex &simplex) |
boost::optional< Vertex_handle > | get_address (Root_vertex_handle global) const |
std::vector< boost::optional< Vertex_handle > > | get_addresses (const Root_simplex_handle &s) const |
Class representing the link of a simplicial complex encoded by a skeleton/blockers pair. It computes only vertices greater than the simplex used to build the link.
GUDHI Version 3.3.0 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : MIT | Generated on Fri Oct 16 2020 09:11:36 for GUDHI by Doxygen 1.8.18 |