#include <edge_image.hh>
Inherits mln::pw::internal::image_base< mln::fun::i2v::array< V >, mln::p_edges< G, mln::internal::efsite_selector< P, G >::mln::fun::i2v::array >, mln::edge_image< P, V, G > >.
Public Types | |
typedef graph_elt_neighborhood < G, p_edges< G, site_function_t > > | edge_nbh_t |
Neighborhood type. | |
typedef graph_elt_window< G, p_edges< G, site_function_t > > | edge_win_t |
Edge Window type. | |
typedef G | graph_t |
The type of the underlying graph. | |
typedef edge_nbh_t | nbh_t |
Default Neighborhood type. | |
typedef internal::efsite_selector< P, G >::site_function_t | site_function_t |
Function mapping graph elements to sites. | |
typedef edge_image < tag::psite_< P > , tag::value_< V > , tag::graph_< G > > | skeleton |
Skeleton type. | |
typedef edge_win_t | win_t |
Default Window type. | |
Public Member Functions | |
edge_image () | |
Constructors. | |
rvalue | operator() (unsigned e_id) const |
Value accessors/operators overloads. |
typedef graph_elt_neighborhood<G,p_edges<G,site_function_t> > mln::edge_image< P, V, G >::edge_nbh_t |
Neighborhood type.
typedef graph_elt_window<G,p_edges<G,site_function_t> > mln::edge_image< P, V, G >::edge_win_t |
typedef G mln::edge_image< P, V, G >::graph_t |
The type of the underlying graph.
typedef edge_nbh_t mln::edge_image< P, V, G >::nbh_t |
Default Neighborhood type.
typedef internal::efsite_selector<P,G>::site_function_t mln::edge_image< P, V, G >::site_function_t |
typedef edge_image< tag::psite_<P>, tag::value_<V>, tag::graph_<G> > mln::edge_image< P, V, G >::skeleton |
Skeleton type.
typedef edge_win_t mln::edge_image< P, V, G >::win_t |
Default Window type.
mln::edge_image< P, V, G >::edge_image | ( | ) | [inline] |
Constructors.
edge_image< P, V, G >::rvalue mln::edge_image< P, V, G >::operator() | ( | unsigned | e_id | ) | const [inline] |
Value accessors/operators overloads.