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

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

Public Member Functions

 mirror (const B &box)
B::psite operator() (const typename B::psite &) const

Public Attributes

const B & box_

Public Types

typedef Function_v2v< void > category
typedef mirror< B > exact_t
typedef void mutable_result
typedef B::psite result

Detailed Description

template<typename B>
struct mln::fun::p2p::mirror< B >

Definition at line 45 of file fun/p2p/mirror.hh.

Constructor & Destructor Documentation

template<typename B >
mln::fun::p2p::mirror< B >::mirror ( const B &  box)

Member Function Documentation

template<typename B >
B ::psite mln::fun::p2p::mirror< B >::operator() ( const typename B::psite &  ) const

Member Data Documentation

template<typename B >
const B& mln::fun::p2p::mirror< B >::box_

Definition at line 54 of file fun/p2p/mirror.hh.

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< mirror< B > >::category
inherited

Definition at line 134 of file function.hh.

typedef mirror< B > mln::Object< mirror< B > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< mirror< B > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename B >
typedef B ::psite mln::fun::p2p::mirror< B >::result

Definition at line 47 of file fun/p2p/mirror.hh.