Baseclasses
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