Comparator updated and test added

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1694 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jhumeau 2010-03-15 16:48:18 +00:00
commit 4e00b61d79
6 changed files with 150 additions and 16 deletions

View file

@ -39,13 +39,14 @@
#include <eoFunctor.h>
#include <neighborhood/moNeighbor.h>
#include <comparator/moComparator.h>
/**
* Comparator of two neighbors
*/
template< class Neighbor >
class moNeighborComparator : public eoBF<const Neighbor & , const Neighbor & , bool>
class moNeighborComparator : public moComparator<Neighbor, Neighbor>
{
public: