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