next up previous contents index
Next: Canonical Orderings Up: Layout Interfaces Previous: Layouts ( AGDLayout )   Contents   Index


Cluster Graph Layouts ( CGLayout )

Baseclasses


\begin{picture}(8,4)
\thicklines
\put(0,3){\framebox (5,1){\bf LayoutInterface...
....5,2){\vector(0,-1){1}}\put(3,0){\framebox (5,1){\bf CGLayout}}
\end{picture}

Definition

An instance A of type CGLayout is a layout interface that stores the graphical attributes of a particular clustergraph CG. It can be used, e.g., if the layout of CG shall not be visualized immediately.

#include < AGD/CGLayout.h >

Creation

CGLayout A(const ClusterGraph& CG) creates an instances A of type CGLayout initialized to a layout for graph G.

CGLayout A(const CGLayout& l) copy constructor.

Operations

CGLayout inherits the operations from its base class CGLayoutInterface (see Sect. Layout Interfaces)



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