Baseclasses
Definition
An instance of type GraphGLI represents a grid layout info for a graph G. The grid layout is simply given by a grid layout gl of G. Thus, the access methods of gli directly call the respective functions of gl. The bounding box of gl can be passed to the constructor of GraphGLI. If not, the bounding box is explicitly computed in the constructor.
#include < AGD/GraphGLI.h >
Creation
GraphGLI | gli(GridLayout& gl) | creates an instance gli of type GraphGLI initialized to a grid layout info for grid layout gl. |
GraphGLI | gli(GridLayout& gl, const IRect& bbox) | |
creates an instance gli of type GraphGLI initialized to a grid layout info for grid layout gl with bounding box bbox. | ||
GraphGLI | gli(const GraphGLI& gliA) | copy constructor. |
Operations
GraphGLI& | gli = const GraphGLI& gliA | |
assigns gliA to gli. |
GraphGLI implements the access methods of its base class GridLayoutInfo.
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-08-13