$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::util::internal::id2element< G, Elt > Struct Template Reference

#include <mln/util/internal/id2element.hh>

Public Member Functions

 id2element ()
 id2element (const Graph< G > &g)
Elt operator() (unsigned id) const

Public Attributes

g_

Public Types

typedef Function_v2v< void > category
typedef id2element< G, Elt > exact_t
typedef void mutable_result
typedef Elt result

Detailed Description

template<typename G, typename Elt>
struct mln::util::internal::id2element< G, Elt >

Definition at line 46 of file id2element.hh.

Constructor & Destructor Documentation

template<typename G , typename Elt >
mln::util::internal::id2element< G, Elt >::id2element ( )
template<typename G , typename Elt >
mln::util::internal::id2element< G, Elt >::id2element ( const Graph< G > &  g)

Member Function Documentation

template<typename G , typename Elt >
Elt mln::util::internal::id2element< G, Elt >::operator() ( unsigned  id) const

Member Data Documentation

template<typename G , typename Elt >
G mln::util::internal::id2element< G, Elt >::g_

Definition at line 54 of file id2element.hh.

Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< id2element< G, Elt > >::category
inherited

Definition at line 134 of file function.hh.

typedef id2element< G, Elt > mln::Object< id2element< G, Elt > >::exact_t
inherited

Definition at line 105 of file object.hh.

typedef void mln::Function_v2v< id2element< G, Elt > >::mutable_result
inherited

Definition at line 135 of file function.hh.

template<typename G , typename Elt >
typedef Elt mln::util::internal::id2element< G, Elt >::result

Definition at line 48 of file id2element.hh.