$extrastylesheet
#include <mln/topo/detach_point.hh>
Public Member Functions | |
detach_point () | |
detach_point (Image< I > &ima) | |
void | operator() (const typename I::psite &p) const |
void | set_image (Image< I > &ima) |
Functor detaching a point from a binary image.
Definition at line 45 of file detach_point.hh.
mln::topo::detach_point< I >::detach_point | ( | ) |
Build a functor.
mln::topo::detach_point< I >::detach_point | ( | Image< I > & | ima | ) |
Build a functor, and assign an image to it.
ima | The image. |
void mln::topo::detach_point< I >::operator() | ( | const typename I::psite & | p | ) | const |
Detach point p from the image.
void mln::topo::detach_point< I >::set_image | ( | Image< I > & | ima | ) |
Set the underlying image.