Baseclasses
Definition
An instance A of type GraphCopyLI is a temporary buffer for storing graphical attributes of a graph copy GC with original graph G. The width and height of each node are accessed through a layout interface A for G. The update() method assigns the computed layout to A by transforming dummy nodes in PG into bend points.
#include < AGD/GraphCopyLI.h >
Creation
GraphCopyLI | A(GraphCopy& GC, LayoutInterface& A) | |
creates an instance A of type GraphCopyLI initialized to a layout buffer for graph copy GC with layout interface A. | ||
GraphCopyLI | A(const GraphCopyLI& gcli) | |
copy constructor. |
Operations
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13