#include <function.hh>
Public Types | |
typedef Function_v2b< void > | category |
typedef E | exact_t |
typedef void | mutable_result |
typedef bool | result |
Protected Member Functions | |
Function_v2b (const Function_v2b &) | |
Function_v2b () |
The parameter E is the exact type.
Definition at line 117 of file function.hh.
typedef Function_v2b<void> mln::Function_v2b< E >::category |
typedef E mln::Object< E >::exact_t [inherited] |
typedef void mln::Function_v2v< E >::mutable_result [inherited] |
typedef bool mln::Function_v2b< E >::result |
Reimplemented in mln::fun::p2b::antilogy, mln::fun::p2b::big_chess< B >, mln::fun::p2b::chess, mln::fun::p2b::has< I >, mln::fun::p2b::tautology, mln::fun::v2b::lnot< V >, mln::fun::v2b::threshold< V >, mln::topo::is_n_face< N >, mln::topo::is_simple_cell< I >, mln::world::inter_pixel::dim2::is_dot, mln::world::inter_pixel::dim2::is_edge, mln::world::inter_pixel::dim2::is_pixel, mln::world::inter_pixel::dim2::is_row_odd, mln::world::inter_pixel::is_pixel, and mln::world::inter_pixel::is_separator.
Definition at line 120 of file function.hh.
mln::Function_v2b< E >::Function_v2b | ( | ) | [inline, protected] |
Definition at line 217 of file function.hh.
mln::Function_v2b< E >::Function_v2b | ( | const Function_v2b< E > & | rhs | ) | [inline, protected] |
Definition at line 223 of file function.hh.