Image based on graph vertices. More...
#include <vertex_image.hh>
Inherits image_base< fun::i2v::array< V >, p_vertices< G, internal::vfsite_selector< P, G >::site_function_t >, vertex_image< P, V, G > >.
Public Types | |
| typedef G | graph_t | 
| The type of the underlying graph.   | |
| typedef vertex_nbh_t | nbh_t | 
| Neighborhood type.   | |
| typedef  internal::vfsite_selector< P, G >::site_function_t  | site_function_t | 
| Function mapping graph elements to sites.   | |
| typedef vertex_image < tag::psite_< P > , tag::value_< V > , tag::graph_< G > >  | skeleton | 
| Skeleton type.   | |
| typedef graph_elt_neighborhood < G, S >  | vertex_nbh_t | 
| Vertex Neighborhood type.   | |
| typedef graph_elt_window< G, S > | vertex_win_t | 
| Vertex Window type.   | |
| typedef vertex_win_t | win_t | 
| Window type.   | |
Public Member Functions | |
| vertex_image () | |
| Constructors.   | |
| rvalue | operator() (unsigned v_id) const | 
| Value accessors/operators overloads.   | |
Image based on graph vertices.
Definition at line 126 of file core/image/vertex_image.hh.
| typedef G mln::vertex_image< P, V, G >::graph_t | 
The type of the underlying graph.
Definition at line 141 of file core/image/vertex_image.hh.
| typedef vertex_nbh_t mln::vertex_image< P, V, G >::nbh_t | 
Neighborhood type.
Definition at line 165 of file core/image/vertex_image.hh.
| typedef internal::vfsite_selector<P,G>::site_function_t mln::vertex_image< P, V, G >::site_function_t | 
Function mapping graph elements to sites.
Definition at line 145 of file core/image/vertex_image.hh.
| typedef vertex_image< tag::psite_<P>, tag::value_<V>, tag::graph_<G> > mln::vertex_image< P, V, G >::skeleton | 
Skeleton type.
Definition at line 152 of file core/image/vertex_image.hh.
| typedef graph_elt_neighborhood<G,S> mln::vertex_image< P, V, G >::vertex_nbh_t | 
Vertex Neighborhood type.
Definition at line 160 of file core/image/vertex_image.hh.
| typedef graph_elt_window<G,S> mln::vertex_image< P, V, G >::vertex_win_t | 
Definition at line 157 of file core/image/vertex_image.hh.
| typedef vertex_win_t mln::vertex_image< P, V, G >::win_t | 
Window type.
Definition at line 163 of file core/image/vertex_image.hh.
| mln::vertex_image< P, V, G >::vertex_image | ( | ) |  [inline] | 
        
Constructors.
Definition at line 247 of file core/image/vertex_image.hh.
| vertex_image< P, V, G >::rvalue mln::vertex_image< P, V, G >::operator() | ( | unsigned | v_id | ) | const | 
Value accessors/operators overloads.
Definition at line 292 of file core/image/vertex_image.hh.
 1.7.1