#include <wgraph.h>
Collaboration diagram for atlas::wgraph::WGraph:

Public Member Functions | |
| WGraph (size_t) | |
| ~WGraph () | |
| void | swap (WGraph &) |
| void | cells (partition::Partition &pi, graph::OrientedGraph *p=0) const |
| const CoeffList & | coeffList (graph::Vertex x) const |
| const bitset::RankFlags & | descent (graph::Vertex x) const |
| const graph::EdgeList & | edgeList (graph::Vertex x) const |
| const graph::OrientedGraph & | graph () const |
| const size_t | rank () const |
| size_t | size () const |
| CoeffList & | coeffList (graph::Vertex x) |
| bitset::RankFlags & | descent (graph::Vertex x) |
| graph::EdgeList & | edgeList (graph::Vertex x) |
| void | reset () |
| void | resize (size_t) |
Private Attributes | |
| size_t | d_rank |
| graph::OrientedGraph | d_graph |
| std::vector< CoeffList > | d_coeff |
| std::vector< bitset::RankFlags > | d_descent |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6