$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::p2p::translation_t< P > Struct Template Reference

#include <mln/fun/p2p/translation.hh>

Public Member Functions

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

Protected Attributes

P::delta dp_

Public Types

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

Detailed Description

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

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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.

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

Definition at line 134 of file function.hh.

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

Definition at line 105 of file object.hh.

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

Definition at line 135 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.