$extrastylesheet
#include <mln/topo/is_simple_point3d.hh>
Public Member Functions | |
| is_simple_point3d (const Neighborhood< N > &nbh_fg, const Neighborhood< N > &nbh_bg) | |
| is_simple_point3d (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 (const Image< I > &ima) |
Public Types | |
| typedef Function_v2b< void > | category |
| typedef is_simple_point3d< I, N > | exact_t |
| typedef void | mutable_result |
| typedef bool | result |
A predicate for the simplicity of an mln::point3d based on a look-up table.
Definition at line 51 of file is_simple_point3d.hh.
| mln::topo::is_simple_point3d< I, N >::is_simple_point3d | ( | 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_simple_point3d< I, N >::is_simple_point3d | ( | 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_simple_point3d< I, N >::operator() | ( | const typename I::psite & | p | ) | const |
Tell whether p is a simple point or not.
This computation is based on connectivity numbers.
| void mln::topo::is_simple_point3d< I, N >::set_image | ( | const 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.
| typedef bool mln::topo::is_simple_point3d< I, N >::result |
Result type of the functor.
Definition at line 55 of file is_simple_point3d.hh.