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

#include <mln/topo/is_simple_2d.hh>

Public Member Functions

 is_simple_2d_t (const Neighborhood< N > &nbh)
template<typename I >
bool check (const I &ima, const typename I::psite &p) const
template<typename I >
bool check__ (const I &ima, unsigned p) const
template<typename I , typename N2 >
unsigned nb_connectivity2d (const I &, const N2 &nbh, const typename I::psite &p, bool object) const
template<typename I , typename N2 >
unsigned nb_connectivity2d__ (const I &, const N2 &nbh, unsigned p, bool object) const

Protected Attributes

const N & nbh_

Detailed Description

template<typename N>
struct mln::topo::is_simple_2d_t< N >

Definition at line 89 of file is_simple_2d.hh.

Constructor & Destructor Documentation

template<typename N >
mln::topo::is_simple_2d_t< N >::is_simple_2d_t ( const Neighborhood< N > &  nbh)

Member Function Documentation

template<typename N >
template<typename I >
bool mln::topo::is_simple_2d_t< N >::check ( const I &  ima,
const typename I::psite &  p 
) const
template<typename N >
template<typename I >
bool mln::topo::is_simple_2d_t< N >::check__ ( const I &  ima,
unsigned  p 
) const
template<typename N >
template<typename I , typename N2 >
unsigned mln::topo::is_simple_2d_t< N >::nb_connectivity2d ( const I &  ,
const N2 &  nbh,
const typename I::psite &  p,
bool  object 
) const
template<typename N >
template<typename I , typename N2 >
unsigned mln::topo::is_simple_2d_t< N >::nb_connectivity2d__ ( const I &  ,
const N2 &  nbh,
unsigned  p,
bool  object 
) const

Member Data Documentation

template<typename N >
const N& mln::topo::is_simple_2d_t< N >::nbh_
protected

Definition at line 108 of file is_simple_2d.hh.