Definition
The class GraphCopyGridConcept represents an implementation concept for grid layout algorithms which work on a graph copy GC and access the grid layout via an object of type GridLayout. The graph copy can be modified by the algorithm. The following transformations are performed by the update functions:
#include < AGD/GraphCopyGridConcept.h >
Operations
GraphCopyGridConcept implements the constructors and operations which are required for template argument GRID_CONCEPT of GridLayoutModuleImpl. Furthermore, the following operations are provided:
GraphCopy& | C.get_graph() | returns the graph copy GC. |
GridLayout& | C.get_layout() | returns the grid layout of G. |
void | C.set_zero_size() | sets the grid width and height of all nodes to 0. |
void | C.set_bbox(const IRect& bbox) | |
sets the bounding box of the grid layout to bbox. |
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13