Public Types | Public Member Functions | Public Attributes

mln::internal::data< mln::edge_image< P, V, G > > Struct Template Reference

Data structure for mln::pw::internal::image. More...

#include <edge_image.hh>

List of all members.

Public Types

typedef edge_image< P, V, G >
::site_function_t 
site_function_t

Public Member Functions

 data (const fun::i2v::array< V > &edge_values, const p_edges< G, site_function_t > &pe)

Public Attributes

p_edges< G, site_function_tdomain_
fun::i2v::array< V > f_

Detailed Description

template<typename P, typename V, typename G>
struct mln::internal::data< mln::edge_image< P, V, G > >

Data structure for mln::pw::internal::image.


Member Typedef Documentation

template<typename P , typename V , typename G >
typedef edge_image<P,V,G>::site_function_t mln::internal::data< mln::edge_image< P, V, G > >::site_function_t

Constructor & Destructor Documentation

template<typename P , typename V , typename G >
mln::internal::data< mln::edge_image< P, V, G > >::data ( const fun::i2v::array< V > &  edge_values,
const p_edges< G, site_function_t > &  pe 
) [inline]

Member Data Documentation

template<typename P , typename V , typename G >
p_edges<G,site_function_t> mln::internal::data< mln::edge_image< P, V, G > >::domain_
template<typename P , typename V , typename G >
fun::i2v::array<V> mln::internal::data< mln::edge_image< P, V, G > >::f_