Public Types | Public Member Functions

mln::world::inter_pixel::is_separator Struct Reference

Functor returning whether a site is a separator in an inter-pixel image. More...

#include <is_separator.hh>

Inheritance diagram for mln::world::inter_pixel::is_separator:
Inheritance graph

List of all members.

Public Types

typedef Function_v2b< void > category
typedef is_separator exact_t
typedef void mutable_result
typedef bool result

Public Member Functions

template<typename P >
bool operator() (const Gpoint< P > &p) const
template<typename P >
bool operator() (const Site_Proxy< P > &p) const

Detailed Description

Functor returning whether a site is a separator in an inter-pixel image.

Definition at line 52 of file is_separator.hh.


Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< is_separator >::category [inherited]

Reimplemented from mln::Function_v2v< is_separator >.

Definition at line 152 of file function.hh.

typedef is_separator mln::Object< is_separator >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< is_separator >::mutable_result [inherited]

Definition at line 127 of file function.hh.

Reimplemented from mln::Function_v2b< is_separator >.

Definition at line 55 of file is_separator.hh.


Member Function Documentation

template<typename P >
bool mln::world::inter_pixel::is_separator::operator() ( const Gpoint< P > &  p  )  const [inline]

Definition at line 71 of file is_separator.hh.

References mln::exact().

Referenced by operator()().

template<typename P >
bool mln::world::inter_pixel::is_separator::operator() ( const Site_Proxy< P > &  p  )  const [inline]

Definition at line 80 of file is_separator.hh.

References mln::exact(), and operator()().