Public Member Functions | Public Attributes

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

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

#include <sub_image.hh>

List of all members.

Public Member Functions

 data (const I &ima, const S &pset)

Public Attributes

domain_
ima_

Detailed Description

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

Data structure for mln::sub_image<I,S>.

Definition at line 55 of file sub_image.hh.


Constructor & Destructor Documentation

template<typename I , typename S >
mln::internal::data< sub_image< I, S > >::data ( const I &  ima,
const S &  pset 
) [inline]

Definition at line 169 of file sub_image.hh.


Member Data Documentation

template<typename I , typename S >
S mln::internal::data< sub_image< I, S > >::domain_

Definition at line 60 of file sub_image.hh.

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

Definition at line 59 of file sub_image.hh.