Public Member Functions | Public Attributes

mln::internal::data< thrubin_image< I1, I2, F > > Struct Template Reference

Data structure for mln::thrubin_image<I>. More...

#include <thrubin_image.hh>

List of all members.

Public Member Functions

 data (I1 &ima1, I2 &ima2, const F &f)

Public Attributes

f_
I2 ima2_
I1 ima_

Detailed Description

template<typename I1, typename I2, typename F>
struct mln::internal::data< thrubin_image< I1, I2, F > >

Data structure for mln::thrubin_image<I>.

Definition at line 51 of file thrubin_image.hh.


Constructor & Destructor Documentation

template<typename I1 , typename I2 , typename F >
mln::internal::data< thrubin_image< I1, I2, F > >::data ( I1 &  ima1,
I2 &  ima2,
const F &  f 
) [inline]

Definition at line 139 of file thrubin_image.hh.


Member Data Documentation

template<typename I1 , typename I2 , typename F >
F mln::internal::data< thrubin_image< I1, I2, F > >::f_

Definition at line 57 of file thrubin_image.hh.

template<typename I1 , typename I2 , typename F >
I2 mln::internal::data< thrubin_image< I1, I2, F > >::ima2_

Definition at line 56 of file thrubin_image.hh.

template<typename I1 , typename I2 , typename F >
I1 mln::internal::data< thrubin_image< I1, I2, F > >::ima_

Definition at line 55 of file thrubin_image.hh.