Public Types | Public Member Functions

mln::topo::is_n_face< N > Struct Template Reference

A functor testing wheter a mln::complex_psite is an N -face. More...

#include <is_n_face.hh>

Inheritance diagram for mln::topo::is_n_face< N >:
Inheritance graph

List of all members.

Public Types

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

Public Member Functions

template<typename P >
bool operator() (const P &p) const

Detailed Description

template<unsigned N>
struct mln::topo::is_n_face< N >

A functor testing wheter a mln::complex_psite is an N -face.

Definition at line 48 of file is_n_face.hh.


Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< is_n_face< N > >::category [inherited]

Reimplemented from mln::Function_v2v< is_n_face< N > >.

Definition at line 152 of file function.hh.

typedef is_n_face< N > mln::Object< is_n_face< N > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< is_n_face< N > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

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

Reimplemented from mln::Function_v2b< is_n_face< N > >.

Definition at line 50 of file is_n_face.hh.


Member Function Documentation

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

Definition at line 63 of file is_n_face.hh.