Get the value associated to a given edge. More...

Public Types | |
| typedef Function_v2v< void > | category |
| typedef edge_to_color< I, V > | exact_t |
| typedef void | mutable_result |
| typedef V | result |
Public Member Functions | |
| edge_to_color (const I &ima) | |
| V | operator() (const unsigned &e) const |
Public Attributes | |
| I | ima_ |
Get the value associated to a given edge.
Definition at line 100 of file demos/graph/region_adjacency_graph.cc.
typedef Function_v2v<void> mln::Function_v2v< edge_to_color< I, V > >::category [inherited] |
Reimplemented from mln::Function< edge_to_color< I, V > >.
Definition at line 126 of file function.hh.
typedef edge_to_color< I, V > mln::Object< edge_to_color< I, V > >::exact_t [inherited] |
typedef void mln::Function_v2v< edge_to_color< I, V > >::mutable_result [inherited] |
Definition at line 127 of file function.hh.
| typedef V mln::edge_to_color< I, V >::result |
Definition at line 102 of file demos/graph/region_adjacency_graph.cc.
| mln::edge_to_color< I, V >::edge_to_color | ( | const I & | ima | ) | [inline] |
Definition at line 104 of file demos/graph/region_adjacency_graph.cc.
| V mln::edge_to_color< I, V >::operator() | ( | const unsigned & | e | ) | const [inline] |
Definition at line 110 of file demos/graph/region_adjacency_graph.cc.
References mln::edge_to_color< I, V >::ima_.
| I mln::edge_to_color< I, V >::ima_ |
Definition at line 115 of file demos/graph/region_adjacency_graph.cc.
Referenced by mln::edge_to_color< I, V >::operator()().
1.7.1