directedDual Class Reference
[Planar composition]

Directed duals of planar bipolar digraphs. More...

#include <sparseDigraph.h>

Inheritance diagram for directedDual:

sparseDiGraph abstractDiGraph abstractMixedGraph managedObject goblinRootObject

Public Member Functions

 directedDual (abstractMixedGraph &G, TOption options=0) throw (ERRejected)

Detailed Description

Directed duals of planar bipolar digraphs.

The nodes of the dual graph are the faces in the original graph. Every edge of the original graph is associated with an edge in the dual graph where it connects the nodes mapped from the faces which where originally separated by this arc.

As a specialization of the undirected dual graph, the arc orientations are set according to a st-numbering given in advance.


Constructor & Destructor Documentation

directedDual abstractMixedGraph G,
TOption  options = 0
throw (ERRejected)