Public Member Functions | Public Attributes

mln::internal::data< complex_image< D, G, V > > Struct Template Reference

Data structure for mln::complex_image. More...

#include <complex_image.hh>

List of all members.

Public Member Functions

 data (const p_complex< D, G > &pc, const metal::vec< D+1, std::vector< V > > &values)

Public Attributes

const p_complex< D, G > pc_
metal::vec< D+1, std::vector
< mlc_unbool(V) > > 
values_

Detailed Description

template<unsigned D, typename G, typename V>
struct mln::internal::data< complex_image< D, G, V > >

Data structure for mln::complex_image.

Definition at line 99 of file mln/core/image/complex_image.hh.


Constructor & Destructor Documentation

template<unsigned D, typename G , typename V >
mln::internal::data< complex_image< D, G, V > >::data ( const p_complex< D, G > &  pc,
const metal::vec< D+1, std::vector< V > > &  values 
) [inline]

Definition at line 246 of file mln/core/image/complex_image.hh.


Member Data Documentation

template<unsigned D, typename G , typename V >
const p_complex<D, G> mln::internal::data< complex_image< D, G, V > >::pc_

Definition at line 105 of file mln/core/image/complex_image.hh.

template<unsigned D, typename G , typename V >
metal::vec< D + 1, std::vector< mlc_unbool(V) > > mln::internal::data< complex_image< D, G, V > >::values_

Definition at line 104 of file mln/core/image/complex_image.hh.