next up previous contents index
Next: Cluster Graph Layouts ( Up: Layout Interfaces Previous: Layout Interface for Graph   Contents   Index


Layouts ( AGDLayout )

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 AGDLayout}}
\end{picture}

Definition

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

#include < AGDLayout.h >

Creation

AGDLayout A(const leda_graph& G) creates an instances A of type AGDLayout initialized to a layout for graph G.

AGDLayout A(const AGDLayout& l) copy constructor.

Operations

AGDLayout inherits the operations from its base class LayoutInterface (see Sect. Layout Interfaces)



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