$extrastylesheet
#include <mln/topo/is_not_1d_isthmus.hh>
Public Member Functions | |
is_not_1d_isthmus (const Neighborhood< N > &nbh_fg, const Neighborhood< N > &nbh_bg) | |
is_not_1d_isthmus (const Neighborhood< N > &nbh_fg, const Neighborhood< N > &nbh_bg, const Image< I > &ima) | |
bool | operator() (const typename I::psite &p) const |
void | set_image (Image< I > &ima) |
Public Types | |
typedef Function_v2b< void > | category |
typedef is_not_1d_isthmus< I, N > | exact_t |
typedef void | mutable_result |
typedef bool | result |
Definition at line 48 of file is_not_1d_isthmus.hh.
mln::topo::is_not_1d_isthmus< I, N >::is_not_1d_isthmus | ( | const Neighborhood< N > & | nbh_fg, |
const Neighborhood< N > & | nbh_bg | ||
) |
Build a functor.
nbh_fg | The foreground neighborhood. |
nbh_bg | The background neighborhood. |
mln::topo::is_not_1d_isthmus< I, N >::is_not_1d_isthmus | ( | const Neighborhood< N > & | nbh_fg, |
const Neighborhood< N > & | nbh_bg, | ||
const Image< I > & | ima | ||
) |
Build a functor, and assign an image to it.
nbh_fg | The foreground neighborhood. |
nbh_bg | The background neighborhood. |
ima | The image. |
bool mln::topo::is_not_1d_isthmus< I, N >::operator() | ( | const typename I::psite & | p | ) | const |
void mln::topo::is_not_1d_isthmus< I, N >::set_image | ( | Image< I > & | ima | ) |
Set the underlying image.
|
inherited |
Definition at line 162 of file function.hh.
|
inherited |
|
inherited |
Definition at line 135 of file function.hh.
|
inherited |
Definition at line 163 of file function.hh.