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>.

Definition at line 52 of file unproject_image.hh.


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]

Definition at line 168 of file unproject_image.hh.


Member Data Documentation

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

Definition at line 57 of file unproject_image.hh.

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

Definition at line 58 of file unproject_image.hh.

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

Definition at line 56 of file unproject_image.hh.