Public Types | Public Member Functions | Public Attributes

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

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

#include <vertex_image.hh>

List of all members.

Public Types

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

Public Member Functions

template<typename F >
 data (const fun::i2v::array< V > &vertex_values, const p_vertices< G, F > &pv)

Public Attributes

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

Detailed Description

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

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

Definition at line 74 of file core/image/vertex_image.hh.


Member Typedef Documentation

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

Definition at line 76 of file core/image/vertex_image.hh.


Constructor & Destructor Documentation

template<typename P , typename V , typename G >
template<typename F >
mln::internal::data< mln::vertex_image< P, V, G > >::data ( const fun::i2v::array< V > &  vertex_values,
const p_vertices< G, F > &  pv 
) [inline]

Definition at line 232 of file core/image/vertex_image.hh.


Member Data Documentation

template<typename P , typename V , typename G >
p_vertices<G,site_function_t> mln::internal::data< mln::vertex_image< P, V, G > >::domain_

Definition at line 83 of file core/image/vertex_image.hh.

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

Definition at line 82 of file core/image/vertex_image.hh.