#include <equivalent_mont_jolion.hh>
Inheritance diagram for equivalent_mont_jolion:
Public Methods | |
equivalent_mont_jolion (const vertex_data &v, const border_data &b) | |
Constructor. | |
virtual | ~equivalent_mont_jolion () |
Virtual destructor. | |
virtual bool | lambda (int, vertex, vertex, dart, dart)=0 |
Pure virtual function to know if the two vertices must be merged. | |
virtual double | value (vertex)=0 |
virtual double | interest (int, vertex, vertex, dart, dart)=0 |
|
Constructor.
|
|
Virtual destructor.
|
|
Pure virtual function to compute the merging interset of between two vertices That will be minimized during the reduction process Implemented in equivalent_cleaning, and equivalent_preserve_edge. |
|
Pure virtual function to know if the two vertices must be merged.
Implements equivalent. Implemented in equivalent_cleaning, and equivalent_preserve_edge. |
|
Pure virtual function to compute the surviving criterion of a vertex That will be minimized during the reduction process Implemented in equivalent_cleaning, and equivalent_preserve_edge. |