Public Member Functions | Public Attributes

mln::internal::data< tr_image< S, I, T > > Struct Template Reference

Data structure for mln::tr_image<S,I,T>. More...

#include <tr_image.hh>

List of all members.

Public Member Functions

 data (const S &s, const I &ima, const T &tr)

Public Attributes

ima_
s_
tr_

Detailed Description

template<typename S, typename I, typename T>
struct mln::internal::data< tr_image< S, I, T > >

Data structure for mln::tr_image<S,I,T>.

Definition at line 52 of file tr_image.hh.


Constructor & Destructor Documentation

template<typename S , typename I , typename T >
mln::internal::data< tr_image< S, I, T > >::data ( const S &  s,
const I &  ima,
const T &  tr 
) [inline]

Definition at line 163 of file tr_image.hh.


Member Data Documentation

template<typename S , typename I , typename T >
I mln::internal::data< tr_image< S, I, T > >::ima_

Definition at line 56 of file tr_image.hh.

template<typename S , typename I , typename T >
S mln::internal::data< tr_image< S, I, T > >::s_

Definition at line 58 of file tr_image.hh.

template<typename S , typename I , typename T >
T mln::internal::data< tr_image< S, I, T > >::tr_

Definition at line 57 of file tr_image.hh.