Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

equivalent_mont_jolion Class Reference

#include <equivalent_mont_jolion.hh>

Inheritance diagram for equivalent_mont_jolion:

Inheritance graph
[legend]
Collaboration diagram for equivalent_mont_jolion:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Model class used to determine if two vertices are equivalent


Constructor & Destructor Documentation

equivalent_mont_jolion::equivalent_mont_jolion const vertex_data   v,
const border_data   b
[inline]
 

Constructor.

virtual equivalent_mont_jolion::~equivalent_mont_jolion   [inline, virtual]
 

Virtual destructor.


Member Function Documentation

virtual double equivalent_mont_jolion::interest int   ,
vertex   ,
vertex   ,
dart   ,
dart   
[pure virtual]
 

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.

virtual bool equivalent_mont_jolion::lambda int   ,
vertex   ,
vertex   ,
dart   ,
dart   
[pure virtual]
 

Pure virtual function to know if the two vertices must be merged.

Implements equivalent.

Implemented in equivalent_cleaning, and equivalent_preserve_edge.

virtual double equivalent_mont_jolion::value vertex    [pure virtual]
 

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.


The documentation for this class was generated from the following file:
Generated on Tue Jun 24 14:58:48 2003 for Combinatorial Pyramids by doxygen1.2.18