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

#include <mln/topo/is_n_face.hh>

Public Member Functions

bool operator() (const P &p) const

Public Types

typedef Function_v2b< void > category
typedef is_n_face< P, N > exact_t
typedef void mutable_result
typedef bool result

Detailed Description

template<typename P, unsigned N>
struct mln::topo::is_n_face< P, N >

A functor testing wheter a psite (presumably an mln::complex_psite) is an N -face.

Definition at line 50 of file is_n_face.hh.

Member Function Documentation

template<typename P, unsigned N>
bool mln::topo::is_n_face< P, N >::operator() ( const P &  p) const

Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< is_n_face< P, N > >::category
inherited

Definition at line 162 of file function.hh.

typedef is_n_face< P, N > mln::Object< is_n_face< P, N > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< is_n_face< P, N > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename P, unsigned N>
typedef bool mln::topo::is_n_face< P, N >::result

Definition at line 52 of file is_n_face.hh.