#include <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 299 of file ExtendedNestingGraph.h.
| ogdf::ClusterGraphCopy::ClusterGraphCopy | ( | ) |
| ogdf::ClusterGraphCopy::ClusterGraphCopy | ( | const ExtendedNestingGraph & | H, | |
| const ClusterGraph & | CG | |||
| ) |
| void ogdf::ClusterGraphCopy::init | ( | const ExtendedNestingGraph & | H, | |
| const ClusterGraph & | CG | |||
| ) |
| const ClusterGraph& ogdf::ClusterGraphCopy::getOriginalClusterGraph | ( | ) | const [inline] |
Definition at line 308 of file ExtendedNestingGraph.h.
Definition at line 310 of file ExtendedNestingGraph.h.
Definition at line 311 of file ExtendedNestingGraph.h.
| void ogdf::ClusterGraphCopy::createClusterTree | ( | cluster | cOrig | ) | [private] |
const ClusterGraph* ogdf::ClusterGraphCopy::m_pCG [private] |
Definition at line 318 of file ExtendedNestingGraph.h.
const ExtendedNestingGraph* ogdf::ClusterGraphCopy::m_pH [private] |
Definition at line 319 of file ExtendedNestingGraph.h.
ClusterArray<cluster> ogdf::ClusterGraphCopy::m_copy [private] |
Definition at line 321 of file ExtendedNestingGraph.h.
Definition at line 322 of file ExtendedNestingGraph.h.