Public Member Functions | Public Attributes

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

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

#include <interpolated.hh>

List of all members.

Public Member Functions

 data (I &ima)

Public Attributes

I & ima_

Detailed Description

template<typename I, template< class > class F>
struct mln::internal::data< interpolated< I, F > >

Data structure for mln::interpolated<I, F>.

Definition at line 55 of file interpolated.hh.


Constructor & Destructor Documentation

template<typename I , template< class > class F>
mln::internal::data< interpolated< I, F > >::data ( I &  ima  )  [inline]

Definition at line 147 of file interpolated.hh.


Member Data Documentation

template<typename I , template< class > class F>
I& mln::internal::data< interpolated< I, F > >::ima_

Definition at line 59 of file interpolated.hh.