Public Member Functions | Public Attributes

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

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

#include <unproject_image.hh>

List of all members.

Public Member Functions

 data (I &ima, const D &dom, const F &f)

Public Attributes

dom_
f_
ima_

Detailed Description

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

Data structure for mln::unproject_image<I,D,F>.


Constructor & Destructor Documentation

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

Member Data Documentation

template<typename I , typename D , typename F >
D mln::internal::data< unproject_image< I, D, F > >::dom_
template<typename I , typename D , typename F >
F mln::internal::data< unproject_image< I, D, F > >::f_
template<typename I , typename D , typename F >
I mln::internal::data< unproject_image< I, D, F > >::ima_