#include <id2element.hh>
Public Types | |
typedef Function_v2v< void > | category |
typedef id2element< G, Elt > | exact_t |
typedef void | mutable_result |
typedef Elt | result |
Public Member Functions | |
id2element () | |
id2element (const Graph< G > &g) | |
Elt | operator() (unsigned id) const |
Public Attributes | |
G | g_ |
typedef Function_v2v<void> mln::Function_v2v< id2element< G, Elt > >::category [inherited] |
Reimplemented from mln::Function< id2element< G, Elt > >.
typedef id2element< G, Elt > mln::Object< id2element< G, Elt > >::exact_t [inherited] |
typedef void mln::Function_v2v< id2element< G, Elt > >::mutable_result [inherited] |
typedef Elt mln::util::internal::id2element< G, Elt >::result |
mln::util::internal::id2element< G, Elt >::id2element | ( | ) | [inline] |
mln::util::internal::id2element< G, Elt >::id2element | ( | const Graph< G > & | g | ) | [inline] |
Elt mln::util::internal::id2element< G, Elt >::operator() | ( | unsigned | id | ) | const [inline] |
FIXME: cannot check whether the graph has its element since we must call the proper member according to the element type (has_v or has_e)!
References mln::util::internal::id2element< G, Elt >::g_.
G mln::util::internal::id2element< G, Elt >::g_ |
Referenced by mln::util::internal::id2element< G, Elt >::operator()().