#include <ogdf/layered/ExtendedNestingGraph.h>
Public Member Functions | |
| ClusterGraphCopy () | |
| ClusterGraphCopy (const ExtendedNestingGraph &H, const ClusterGraph &CG) | |
| void | init (const ExtendedNestingGraph &H, const ClusterGraph &CG) |
| const ClusterGraph & | getOriginalClusterGraph () const |
| cluster | copy (cluster cOrig) const |
| cluster | original (cluster cCopy) const |
| void | setParent (node v, cluster c) |
Private Member Functions | |
| void | createClusterTree (cluster cOrig) |
Private Attributes | |
| const ClusterGraph * | m_pCG |
| const ExtendedNestingGraph * | m_pH |
| ClusterArray< cluster > | m_copy |
| ClusterArray< cluster > | m_original |
Definition at line 302 of file ExtendedNestingGraph.h.
| ogdf::ClusterGraphCopy::ClusterGraphCopy | ( | ) |
| ogdf::ClusterGraphCopy::ClusterGraphCopy | ( | const ExtendedNestingGraph & | H, | |
| const ClusterGraph & | CG | |||
| ) |
Definition at line 313 of file ExtendedNestingGraph.h.
| void ogdf::ClusterGraphCopy::createClusterTree | ( | cluster | cOrig | ) | [private] |
| const ClusterGraph& ogdf::ClusterGraphCopy::getOriginalClusterGraph | ( | ) | const [inline] |
Definition at line 311 of file ExtendedNestingGraph.h.
| void ogdf::ClusterGraphCopy::init | ( | const ExtendedNestingGraph & | H, | |
| const ClusterGraph & | CG | |||
| ) |
Definition at line 314 of file ExtendedNestingGraph.h.
ClusterArray<cluster> ogdf::ClusterGraphCopy::m_copy [private] |
Definition at line 324 of file ExtendedNestingGraph.h.
Definition at line 325 of file ExtendedNestingGraph.h.
const ClusterGraph* ogdf::ClusterGraphCopy::m_pCG [private] |
Definition at line 321 of file ExtendedNestingGraph.h.
const ExtendedNestingGraph* ogdf::ClusterGraphCopy::m_pH [private] |
Definition at line 322 of file ExtendedNestingGraph.h.