Functions | |
| TNode | abstractMixedGraph::LMCOrderedPartition (TArc *cLeft, TArc *cRight, TNode *vRight) throw (ERRejected) | 
| void | abstractMixedGraph::Layout_ConvexDrawing (TArc aBasis=NoArc, TFloat spacing=0.0) throw (ERRejected) | 
| void | abstractMixedGraph::Layout_StraightLineDrawing (TArc aBasis=NoArc, TFloat spacing=0.0) throw (ERRejected) | 
      
  | 
  ||||||||||||
| 
 Convex grid drawing of triconnected planar graphs. All nodes are placed in an integer grid, and all edges are displayed by straight lines without crossings. 
 
  | 
  
      
  | 
  ||||||||||||
| 
 Straight line grid drawing of planar graphs. All edges are displayed by straight lines without crossings. If the force-directed post optimization is disabled, all nodes are placed in an integer grid. 
 
  | 
  
      
  | 
  ||||||||||||||||
| 
 Partition the node set of a triconnected planar graph so that it can be drawn efficiently. 
 
 
 
  |