#include <graph.h>
Public Member Functions | |
| OrientedGraph () | |
| OrientedGraph (size_t n) | |
| ~OrientedGraph () | |
| void | swap (OrientedGraph &other) |
| void | cells (partition::Partition &, OrientedGraph *p=0) const |
| Vertex | edge (Vertex x, size_t j) const |
| const EdgeList & | edgeList (const Vertex &x) const |
| size_t | size () const |
| Vertex & | edge (Vertex x, size_t j) |
| EdgeList & | edgeList (const Vertex &x) |
| void | reset () |
| void | resize (size_t n) |
Private Attributes | |
| std::vector< EdgeList > | d_edges |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6