$extrastylesheet
#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_ |
Definition at line 89 of file is_simple_2d.hh.
mln::topo::is_simple_2d_t< N >::is_simple_2d_t | ( | const Neighborhood< N > & | nbh | ) |
bool mln::topo::is_simple_2d_t< N >::check | ( | const I & | ima, |
const typename I::psite & | p | ||
) | const |
bool mln::topo::is_simple_2d_t< N >::check__ | ( | const I & | ima, |
unsigned | p | ||
) | const |
unsigned mln::topo::is_simple_2d_t< N >::nb_connectivity2d | ( | const I & | , |
const N2 & | nbh, | ||
const typename I::psite & | p, | ||
bool | object | ||
) | const |
unsigned mln::topo::is_simple_2d_t< N >::nb_connectivity2d__ | ( | const I & | , |
const N2 & | nbh, | ||
unsigned | p, | ||
bool | object | ||
) | const |
|
protected |
Definition at line 108 of file is_simple_2d.hh.