#include <translation.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef translation_t< P > | 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_ |
typedef Function_v2v<void> mln::Function_v2v< translation_t< P > >::category [inherited] |
Reimplemented from mln::Function< translation_t< P > >.
typedef translation_t< P > mln::Object< translation_t< P > >::exact_t [inherited] |
typedef void mln::Function_v2v< translation_t< P > >::mutable_result [inherited] |
typedef P mln::fun::p2p::translation_t< P >::result |
mln::fun::p2p::translation_t< P >::translation_t | ( | const typename P::delta & | dp | ) | [inline] |
P mln::fun::p2p::translation_t< P >::inverse | ( | const P & | p | ) | const [inline] |
P mln::fun::p2p::translation_t< P >::operator() | ( | const P & | p | ) | const [inline] |
P ::delta mln::fun::p2p::translation_t< P >::dp_ [protected] |