#include <translation.hh>
Public Types | |
typedef P | argument |
typedef Function_v2v< void > | category |
typedef E | exact_t |
typedef void | mutable_result |
typedef P | result |
Public Member Functions | |
P | inverse (const P &p) const |
P | operator() (const P &p) const |
translation_t (const typename P::delta &dp) | |
Protected Attributes | |
P::delta | dp_ |
Definition at line 47 of file p2p/translation.hh.
typedef P mln::fun::p2p::translation_t< P >::argument |
Definition at line 50 of file p2p/translation.hh.
typedef Function_v2v<void> mln::Function_v2v< E >::category [inherited] |
Reimplemented from mln::Function< E >.
Reimplemented in mln::Function_v2b< E >, mln::Function_v2b< f_box2d_t >, mln::Function_v2b< mln::fun::v2b::lnot< V > >, mln::Function_v2b< mln::fun::p2b::antilogy >, mln::Function_v2b< mln::fun::p2b::has< I > >, mln::Function_v2b< mln::fun::p2b::tautology >, mln::Function_v2b< keep_specific_colors >, mln::Function_v2b< my_box2d >, mln::Function_v2b< mln::topo::is_simple_cell< I > >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_edge >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_row_odd >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_pixel >, mln::Function_v2b< mln::fun::v2b::threshold< V > >, mln::Function_v2b< mln::world::inter_pixel::is_separator >, mln::Function_v2b< mln::topo::is_n_face< N > >, mln::Function_v2b< not_to_remove >, mln::Function_v2b< mln::fun::p2b::chess >, mln::Function_v2b< f_box1d_t >, mln::Function_v2b< mln::world::inter_pixel::dim2::is_dot >, mln::Function_v2b< mln::fun::p2b::big_chess< B > >, mln::Function_v2b< mln::world::inter_pixel::is_pixel >, and mln::Function_v2b< f_box3d_t >.
Definition at line 93 of file function.hh.
typedef E mln::Object< E >::exact_t [inherited] |
typedef void mln::Function_v2v< E >::mutable_result [inherited] |
typedef P mln::fun::p2p::translation_t< P >::result |
Definition at line 49 of file p2p/translation.hh.
mln::fun::p2p::translation_t< P >::translation_t | ( | const typename P::delta & | dp | ) | [inline] |
Definition at line 72 of file p2p/translation.hh.
P mln::fun::p2p::translation_t< P >::inverse | ( | const P & | p | ) | const [inline] |
Definition at line 88 of file p2p/translation.hh.
P mln::fun::p2p::translation_t< P >::operator() | ( | const P & | p | ) | const [inline] |
Definition at line 80 of file p2p/translation.hh.
P ::delta mln::fun::p2p::translation_t< P >::dp_ [protected] |
Definition at line 58 of file p2p/translation.hh.