A dummy visitor of a simplicial complex that does nothing. More...
Public Member Functions | |
void | on_changed_edge (Vertex_handle a, Vertex_handle b) |
Called when an edge changes, during the contraction of an edge. | |
void | on_swaped_edge (Vertex_handle a, Vertex_handle b, Vertex_handle x) |
Called when performing an edge contraction when an edge bx is replaced by an edge ax (not already present). Precisely, this methods is called this way in contract_edge : add_edge_without_blockers(a,x) on_swaped_edge(a,b,x) remove_edge(b,x) | |
A dummy visitor of a simplicial complex that does nothing.
GUDHI Version 3.1.1 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : MIT | Generated on Fri Feb 7 2020 16:35:36 for GUDHI by Doxygen 1.8.13 |