Public Types | Public Member Functions | Protected Attributes

mln::fun::p2p::translation_t< P > Struct Template Reference

#include <translation.hh>

Inheritance diagram for mln::fun::p2p::translation_t< P >:
Inheritance graph

List of all members.

Public Types

typedef P argument
typedef Function_v2v< void > category
typedef translation_t< P > exact_t
typedef void mutable_result
typedef P result

Public Member Functions

inverse (const P &p) const
operator() (const P &p) const
 translation_t (const typename P::delta &dp)

Protected Attributes

P::delta dp_

Detailed Description

template<typename P>
struct mln::fun::p2p::translation_t< P >

Definition at line 47 of file p2p/translation.hh.


Member Typedef Documentation

template<typename P>
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< translation_t< P > >::category [inherited]

Reimplemented from mln::Function< translation_t< P > >.

Definition at line 126 of file function.hh.

typedef translation_t< P > mln::Object< translation_t< P > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< translation_t< P > >::mutable_result [inherited]

Definition at line 127 of file function.hh.

template<typename P>
typedef P mln::fun::p2p::translation_t< P >::result

Definition at line 49 of file p2p/translation.hh.


Constructor & Destructor Documentation

template<typename P >
mln::fun::p2p::translation_t< P >::translation_t ( const typename P::delta &  dp  )  [inline]

Definition at line 72 of file p2p/translation.hh.


Member Function Documentation

template<typename P >
P mln::fun::p2p::translation_t< P >::inverse ( const P &  p  )  const [inline]

Definition at line 88 of file p2p/translation.hh.

template<typename P >
P mln::fun::p2p::translation_t< P >::operator() ( const P &  p  )  const [inline]

Definition at line 80 of file p2p/translation.hh.


Member Data Documentation

template<typename P>
P ::delta mln::fun::p2p::translation_t< P >::dp_ [protected]

Definition at line 58 of file p2p/translation.hh.