Public Member Functions | Public Attributes

mln::internal::data< p2p_image< I, F > > Struct Template Reference

Data structure for mln::p2p_image<I,F>. More...

#include <p2p_image.hh>

List of all members.

Public Member Functions

 data (I &ima, const F &f)

Public Attributes

I::domain_t b_
f_
ima_

Detailed Description

template<typename I, typename F>
struct mln::internal::data< p2p_image< I, F > >

Data structure for mln::p2p_image<I,F>.


Constructor & Destructor Documentation

template<typename I , typename F >
mln::internal::data< p2p_image< I, F > >::data ( I &  ima,
const F &  f 
) [inline]

Member Data Documentation

template<typename I , typename F >
I ::domain_t mln::internal::data< p2p_image< I, F > >::b_
template<typename I , typename F >
F mln::internal::data< p2p_image< I, F > >::f_
template<typename I , typename F >
I mln::internal::data< p2p_image< I, F > >::ima_