#include <color_and_border_set.hh>
Inheritance diagram for color_and_border_set:
Public Methods | |
void | init (combi_map_base &) |
Function to initialize the data_set during the construction of the pyramid. | |
void | contract_edge (int, dart, dart, vertex, vertex) |
Function to manage the data when an edge will be contracted. | |
void | remove_empty_self_loops (dart, dart, vertex) |
Function to manage the data when an empty self-loop will be remove. | |
void | remove_double_edges (int, dart, dart) |
Function to manage the data when a double edge will be remove. | |
void | update_vertex_set (int, vertex, vertex) |
Function to manage the data when vertex set is updated. |
|
Function to manage the data when an edge will be contracted.
Reimplemented from value_set. |
|
Function to initialize the data_set during the construction of the pyramid.
Implements value_set. |
|
Function to manage the data when a double edge will be remove.
Reimplemented from value_set. |
|
Function to manage the data when an empty self-loop will be remove.
Reimplemented from value_set. |
|
Function to manage the data when vertex set is updated.
Reimplemented from value_set. |