Public Member Functions

mln::labeling::internal::dummy_functor< L > Struct Template Reference

Functor not computing anything. More...

#include <blobs.hh>

List of all members.

Public Member Functions

void finalize ()
void init ()
void new_label (const typename L::value &)
void process_n (const typename L::site &)
void process_p (const typename L::site &)

Detailed Description

template<typename L>
struct mln::labeling::internal::dummy_functor< L >

Functor not computing anything.

To be passed to the labeling blobs canvas.

Definition at line 80 of file labeling/blobs.hh.


Member Function Documentation

template<typename L>
void mln::labeling::internal::dummy_functor< L >::finalize (  )  [inline]

Definition at line 90 of file labeling/blobs.hh.

template<typename L>
void mln::labeling::internal::dummy_functor< L >::init (  )  [inline]

Definition at line 82 of file labeling/blobs.hh.

template<typename L>
void mln::labeling::internal::dummy_functor< L >::new_label ( const typename L::value &   )  [inline]

Definition at line 84 of file labeling/blobs.hh.

template<typename L>
void mln::labeling::internal::dummy_functor< L >::process_n ( const typename L::site &   )  [inline]

Definition at line 88 of file labeling/blobs.hh.

template<typename L>
void mln::labeling::internal::dummy_functor< L >::process_p ( const typename L::site &   )  [inline]

Definition at line 86 of file labeling/blobs.hh.