|
| IGraph (unsigned nodes=0, bool directed=false) |
| construct an iGraph with nodes, directed or not
|
|
| IGraph (const IGraph &x) |
|
| IGraph (const Graph &x) |
|
const IGraph & | operator= (const IGraph &x) |
|
const IGraph & | operator= (const Graph &x) |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
unsigned | nodes () const |
|
unsigned | links () const |
|
void | push_back (const Edge &e) |
|
bool | contains (const Edge &e) const |
|
bool | directed () const |
|
void | clear (unsigned nodes=0) |
|
The documentation for this class was generated from the following file: