$extrastylesheet
#include <mln/topo/is_not_end_point.hh>
Public Member Functions | |
is_not_end_point (const Neighborhood< N > &nbh) | |
is_not_end_point (const Neighborhood< N > &nbh, 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_not_end_point< I, N > | exact_t |
typedef void | mutable_result |
typedef bool | result |
Functor determining whether a point is not an end point in image of type I
, based on neighborhood of type N
.
Definition at line 45 of file is_not_end_point.hh.
mln::topo::is_not_end_point< I, N >::is_not_end_point | ( | const Neighborhood< N > & | nbh | ) |
Build a functor.
nbh | The (foreground) neighborhood. |
mln::topo::is_not_end_point< I, N >::is_not_end_point | ( | const Neighborhood< N > & | nbh, |
const Image< I > & | ima | ||
) |
Build a functor, and assign an image to it.
nbh | The (foreground) neighborhood. |
ima | The image. |
bool mln::topo::is_not_end_point< I, N >::operator() | ( | const typename I::psite & | p | ) | const |
Is p not an end point?
void mln::topo::is_not_end_point< 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.
|
inherited |
Definition at line 163 of file function.hh.