shape_doc 0.1
|
#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::addneighbors().
{ nodes[a].insert( b ); };
unsigned add_node | ( | ) | [inline] |
void dump | ( | std::ostream & | o | ) | [inline] |
bool neighbors | ( | unsigned | a, |
unsigned | b | ||
) | [inline] |
nset_t& operator[] | ( | unsigned | i | ) | [inline] |
const nset_t& operator[] | ( | unsigned | i | ) | const [inline] |
Definition at line 15 of file ssi_igraph.hpp.
Referenced by add_link(), add_node(), dump(), neighbors(), and operator[]().