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.

Definition at line 71 of file core/image/edge_image.hh.


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

Definition at line 73 of file core/image/edge_image.hh.


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]

Definition at line 233 of file core/image/edge_image.hh.


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_

Definition at line 79 of file core/image/edge_image.hh.

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

Definition at line 78 of file core/image/edge_image.hh.