Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Private Member Functions | Private Attributes

ogdf::ClusterGraphCopy Class Reference

#include <ogdf/layered/ExtendedNestingGraph.h>

Inheritance diagram for ogdf::ClusterGraphCopy:
ogdf::ClusterGraph ogdf::GraphObserver

List of all members.

Public Member Functions

 ClusterGraphCopy ()
 ClusterGraphCopy (const ExtendedNestingGraph &H, const ClusterGraph &CG)
void init (const ExtendedNestingGraph &H, const ClusterGraph &CG)
const ClusterGraphgetOriginalClusterGraph () 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 ClusterGraphm_pCG
const ExtendedNestingGraphm_pH
ClusterArray< clusterm_copy
ClusterArray< clusterm_original

Detailed Description

Definition at line 302 of file ExtendedNestingGraph.h.


Constructor & Destructor Documentation

ogdf::ClusterGraphCopy::ClusterGraphCopy (  ) 
ogdf::ClusterGraphCopy::ClusterGraphCopy ( const ExtendedNestingGraph H,
const ClusterGraph CG 
)

Member Function Documentation

cluster ogdf::ClusterGraphCopy::copy ( cluster  cOrig  )  const [inline]

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 
)
cluster ogdf::ClusterGraphCopy::original ( cluster  cCopy  )  const [inline]

Definition at line 314 of file ExtendedNestingGraph.h.

void ogdf::ClusterGraphCopy::setParent ( node  v,
cluster  c 
)

Member Data Documentation

Definition at line 321 of file ExtendedNestingGraph.h.

Definition at line 322 of file ExtendedNestingGraph.h.


The documentation for this class was generated from the following file: