Base class for implementation of graph classes. More...
#include <graph.hh>
Public Types | |
typedef Graph< void > | category |
typedef E | exact_t |
Public Member Functions | |
void | invalidate () |
Invalidate the graph. | |
bool | is_valid () const |
Return true if this graph is valid. | |
Protected Member Functions | |
Graph () |
Base class for implementation of graph classes.
typedef Graph<void> mln::Graph< E >::category |
Reimplemented from mln::Object< E >.
typedef E mln::Object< E >::exact_t [inherited] |
mln::Graph< E >::Graph | ( | ) | [inline, protected] |
void mln::Graph< E >::invalidate | ( | ) | [inline] |
Invalidate the graph.
FIXME: does nothing!
bool mln::Graph< E >::is_valid | ( | ) | const [inline] |
Return true if this graph is valid.
FIXME: currently it always returns true.