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

#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)

Detailed Description

template<typename I>
class mln::topo::detach_point< I >

Functor detaching a point from a binary image.

Definition at line 45 of file detach_point.hh.

Constructor & Destructor Documentation

template<typename I >
mln::topo::detach_point< I >::detach_point ( )

Build a functor.

template<typename I >
mln::topo::detach_point< I >::detach_point ( Image< I > &  ima)

Build a functor, and assign an image to it.

Parameters
imaThe image.

Member Function Documentation

template<typename I >
void mln::topo::detach_point< I >::operator() ( const typename I::psite &  p) const

Detach point p from the image.

template<typename I >
void mln::topo::detach_point< I >::set_image ( Image< I > &  ima)

Set the underlying image.