#include <equivalent_cleaning.hh>
Inheritance diagram for equivalent_cleaning:
Public Methods | |
equivalent_cleaning (const vertex_data_color &v, const border_data_deriche &b) | |
Constructor. | |
bool | lambda (int, vertex, vertex, dart, dart) |
Function to know if the two vertices must be merged. | |
double | value (vertex) |
double | interest (int, vertex, vertex, dart, dart) |
|
Constructor.
|
|
Function to compute the merging interset of between two vertices That will be minimized during the reduction process Implements equivalent_mont_jolion. |
|
Function to know if the two vertices must be merged.
Implements equivalent_mont_jolion. |
|
Function to compute the surviving criterion of a vertex That will be minimized during the reduction process Implements equivalent_mont_jolion. |