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

#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

Detailed Description

template<typename I, typename N>
struct mln::topo::is_not_end_point< I, N >

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.

Constructor & Destructor Documentation

template<typename I, typename N>
mln::topo::is_not_end_point< I, N >::is_not_end_point ( const Neighborhood< N > &  nbh)

Build a functor.

Parameters
nbhThe (foreground) neighborhood.
template<typename I, typename N>
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.

Parameters
nbhThe (foreground) neighborhood.
imaThe image.

Member Function Documentation

template<typename I, typename N>
bool mln::topo::is_not_end_point< I, N >::operator() ( const typename I::psite &  p) const

Is p not an end point?

template<typename I, typename N>
void mln::topo::is_not_end_point< I, N >::set_image ( const Image< I > &  ima)

Set the underlying image.

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< is_not_end_point< I, N > >::category
inherited

Definition at line 162 of file function.hh.

typedef is_not_end_point< I, N > mln::Object< is_not_end_point< I, N > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< is_not_end_point< I, N > >::mutable_result
inherited

Definition at line 135 of file function.hh.

typedef bool mln::Function_v2b< is_not_end_point< I, N > >::result
inherited

Definition at line 163 of file function.hh.