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

Public Member Functions | |
| DecomposedWGraph (const WGraph &wg) | |
| ~DecomposedWGraph () | |
| void | swap (DecomposedWGraph &other) |
| size_t | rank () const |
| size_t | cellCount () const |
| const graph::OrientedGraph & | inducedGraph () const |
| const wgraph::WGraph & | cell (size_t c) const |
| const std::vector< blocks::BlockElt > & | cellMembers (size_t c) const |
Private Types | |
| typedef unsigned int | cell_no |
Private Attributes | |
| std::vector< WGraph > | d_cell |
| std::vector< cell_no > | d_part |
| std::vector< std::vector< blocks::BlockElt > > | d_id |
| graph::OrientedGraph | d_induced |
|
|
Definition at line 120 of file wgraph.h. Referenced by DecomposedWGraph(). |
|
|
|
|
|
|
Definition at line 148 of file wgraph.h. Referenced by atlas::wgraph_io::printWDecomposition(). |
|
|
Definition at line 146 of file wgraph.h. References atlas::graph::OrientedGraph::size(). Referenced by atlas::wgraph_io::printWDecomposition(). |
|
|
Definition at line 149 of file wgraph.h. Referenced by atlas::wgraph_io::printWDecomposition(). |
|
|
Definition at line 147 of file wgraph.h. Referenced by atlas::wgraph_io::printWDecomposition(). |
|
|
Definition at line 145 of file wgraph.h. Referenced by atlas::wgraph_io::printWDecomposition(). |
|
|
Definition at line 136 of file wgraph.h. References d_cell, d_id, d_induced, d_part, and atlas::graph::OrientedGraph::swap(). |
|
|
Definition at line 122 of file wgraph.h. Referenced by DecomposedWGraph(), and swap(). |
|
|
Definition at line 125 of file wgraph.h. Referenced by DecomposedWGraph(), and swap(). |
|
|
Definition at line 127 of file wgraph.h. Referenced by DecomposedWGraph(), and swap(). |
|
|
Definition at line 124 of file wgraph.h. Referenced by DecomposedWGraph(), and swap(). |
1.3.9.1