$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::topo::is_not_1d_isthmus< I, N > Struct Template Reference

#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

Detailed Description

template<typename I, typename N>
struct mln::topo::is_not_1d_isthmus< I, N >

Definition at line 48 of file is_not_1d_isthmus.hh.

Constructor & Destructor Documentation

template<typename I, typename N>
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.

Parameters
nbh_fgThe foreground neighborhood.
nbh_bgThe background neighborhood.
template<typename I, typename N>
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.

Parameters
nbh_fgThe foreground neighborhood.
nbh_bgThe background neighborhood.
imaThe image.

Member Function Documentation

template<typename I, typename N>
bool mln::topo::is_not_1d_isthmus< I, N >::operator() ( const typename I::psite &  p) const
template<typename I, typename N>
void mln::topo::is_not_1d_isthmus< I, N >::set_image ( Image< I > &  ima)

Set the underlying image.

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< is_not_1d_isthmus< I, N > >::category
inherited

Definition at line 162 of file function.hh.

typedef is_not_1d_isthmus< I, N > mln::Object< is_not_1d_isthmus< I, N > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< is_not_1d_isthmus< I, N > >::mutable_result
inherited

Definition at line 135 of file function.hh.

typedef bool mln::Function_v2b< is_not_1d_isthmus< I, N > >::result
inherited

Definition at line 163 of file function.hh.