Baseclasses
Definition
The class LongestPathCompaction represents the one-dimensional compaction module based on longest path computations in the so called constraint graphs [KM98a].
#include < AGD/LongestPathCompaction.h >
Creation
LongestPathCompaction | C | creates an instance C of type LongestPathCompaction. |
Operations
Standard Interface
double | C.call(GridLayout& L) | Performs a visibility-based compaction on the layout. The compaction is realized by an alternating sequence of longest path computations in the constraint graphs for x and y-direction |
int | C.call(const OrthogonalRepresentation& H, GridLayout& L) | |
Performs a visibility-based compaction on the constraint graphs defined by the shape of the drawing. To do this, H must be equivalent to a complete shape description. |
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13