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 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_

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


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< translation_t< P > >::category [inherited]
typedef translation_t< P > mln::Object< translation_t< P > >::exact_t [inherited]
typedef void mln::Function_v2v< translation_t< P > >::mutable_result [inherited]
template<typename P>
typedef P mln::fun::p2p::translation_t< P >::result

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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