next up previous contents index
Next: Interface to CGraphWin ( Up: Layout Interfaces Previous: Interface with Animation to   Contents   Index


GraphWin for Cluster Graphs ( CGraphWin )

Baseclasses


\begin{picture}(7,2.5)
\thicklines
\put(0,1.5){\framebox (6,1){\bf GraphWin}}
...
...2){\vector(0,-1){1}}\put(1,0){\framebox (6.5,1){\bf CGraphWin}}
\end{picture}

Definition

An instance CGW of type CGraphWin is an extended GraphWin that gives the user the ability to edit a clustergraph.

#include < AGD/CGraphWin.h >

Creation

CGraphWin CGW(const char* name) creates an instance CGW of type CGraphWin and sets the window label to name.

Operations

ClusterGraph& CGW.get_clustergraph() returns the reference to the underlieing clustergraph CG.

void CGW.clear_clustertree() removes all clusters from the cluster hierarchy. All nodes of CGW are made members of the root-cluster.



© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13