#include <ssi_igraph.hpp>
Definition at line 8 of file ssi_igraph.hpp.
Definition at line 11 of file ssi_igraph.hpp.
typedef nset_t::iterator l_iterator |
Definition at line 12 of file ssi_igraph.hpp.
typedef graph_t::iterator n_iterator |
Definition at line 13 of file ssi_igraph.hpp.
typedef std::set<unsigned> nset_t |
Definition at line 10 of file ssi_igraph.hpp.
void add_link | ( | unsigned | a, | |
unsigned | b | |||
) | [inline] |
Definition at line 21 of file ssi_igraph.hpp.
References nodes.
Referenced by lsegment< C, V >::addneighbors().
00022 { nodes[a].insert( b ); };
unsigned add_node | ( | ) | [inline] |
Definition at line 17 of file ssi_igraph.hpp.
References nodes.
Referenced by lsegment< C, V >::pushr().
void dump | ( | std::ostream & | o | ) | [inline] |
bool neighbors | ( | unsigned | a, | |
unsigned | b | |||
) | [inline] |
Definition at line 31 of file ssi_igraph.hpp.
References nodes.
Referenced by dsearch< C, V >::dsearch().
const nset_t& operator[] | ( | unsigned | i | ) | const [inline] |
nset_t& operator[] | ( | unsigned | i | ) | [inline] |
Definition at line 15 of file ssi_igraph.hpp.
Referenced by add_link(), add_node(), dump(), neighbors(), and operator[]().