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

#include <apps/morphers/image2d-skel.hh>

Public Member Functions

 is_not_end_point (const mln::Neighborhood< N > &nbh, const mln::Image< I > &ima)
bool operator() (const typename I::psite &p) const

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 is_not_end_point< I, N >

Definition at line 103 of file image2d-skel.hh.

Constructor & Destructor Documentation

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

Build a functor, and assign an image to it.

Parameters
nbhThe foreground neighborhood.
imaThe image.

Definition at line 109 of file image2d-skel.hh.

Member Function Documentation

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

Definition at line 117 of file image2d-skel.hh.

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.