$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Graph< E > Struct Template Reference

#include <mln/core/concept/graph.hh>

Protected Member Functions

 Graph ()

Public Types

typedef Graph< void > category
typedef E exact_t

Detailed Description

template<typename E>
struct mln::Graph< E >

Base class for implementation of graph classes.

Definition at line 60 of file core/concept/graph.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Graph< E >::Graph ( )
protected

Member Typedef Documentation

template<typename E>
typedef Graph<void> mln::Graph< E >::category

Definition at line 62 of file core/concept/graph.hh.

template<typename E>
typedef E mln::Object< E >::exact_t
inherited

Definition at line 105 of file object.hh.