#include <vertex_image.hh>
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_t > | domain_ |
fun::i2v::array< V > | f_ |
Definition at line 74 of file core/image/vertex_image.hh.
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.
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.
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.
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.