$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
recorder< I > Struct Template Reference

#include <apps/morphers/recorder.hh>

Public Member Functions

void reading (const I &, const typename I::psite &) const
void writing (I &ima, const typename I::psite &, const typename I::value &)

Public Attributes

std::vector< typename
mln::trait::concrete< I >::ret
sequence

Detailed Description

template<typename I>
struct recorder< I >

Definition at line 85 of file recorder.hh.

Member Function Documentation

template<typename I >
void recorder< I >::reading ( const I &  ,
const typename I::psite &   
) const
inline

Definition at line 87 of file recorder.hh.

template<typename I >
void recorder< I >::writing ( I &  ima,
const typename I::psite &  ,
const typename I::value &   
)
inline

Definition at line 92 of file recorder.hh.

Member Data Documentation

template<typename I >
std::vector<typename mln::trait::concrete< I >::ret> recorder< I >::sequence

Definition at line 97 of file recorder.hh.