$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::util::greater_psite< I > Class Template Reference

#include <mln/util/greater_psite.hh>

Public Member Functions

 greater_psite (const Image< I > &ima)
bool operator() (const psite &x, const psite &y)

Public Types

typedef I::psite psite

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.

Constructor & Destructor Documentation

template<typename I >
mln::util::greater_psite< I >::greater_psite ( const Image< I > &  ima)

Member Function Documentation

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

Is x greater than y?

Member Typedef Documentation

template<typename I >
typedef I ::psite mln::util::greater_psite< I >::psite

Definition at line 45 of file greater_psite.hh.