Public Member Functions

mln::util::greater_psite< I > Class Template Reference

A ``greater than'' functor comparing psites w.r.t. More...

#include <greater_psite.hh>

List of all members.

Public Member Functions

bool operator() (const psite &x, const psite &y)
 Is x greater than y?

Detailed Description

template<typename I>
class mln::util::greater_psite< I >

A ``greater than'' functor comparing psites w.r.t.

the values they refer to in an image.

This functor used in useful to implement ordered queues of psites.

Definition at line 42 of file greater_psite.hh.


Member Function Documentation

template<typename I >
bool mln::util::greater_psite< I >::operator() ( const psite &  x,
const psite &  y 
)

Is x greater than y?

Definition at line 74 of file greater_psite.hh.