inducedSubgraph Class Reference
[Graph derivation]

Subgraph of a given mixed graph induced by a specified node or arc set. More...

#include <mixedGraph.h>

Inheritance diagram for inducedSubgraph:

mixedGraph abstractMixedGraph managedObject goblinRootObject

Public Member Functions

 inducedSubgraph (abstractMixedGraph &, const indexSet< TNode > &, const TOption=OPT_PARALLELS) throw (ERRejected)
 inducedSubgraph (abstractMixedGraph &, const indexSet< TNode > &, const indexSet< TArc > &, const TOption=OPT_PARALLELS) throw (ERRejected)

Detailed Description

Subgraph of a given mixed graph induced by a specified node or arc set.

This graph maps all nodes in a specified index set and all arcs whose both end nodes are mapped. If an arc index set is specified, this further restricts the mapped arc set.


Constructor & Destructor Documentation

inducedSubgraph abstractMixedGraph ,
const indexSet< TNode > &  ,
const   TOption = OPT_PARALLELS
throw (ERRejected)
 

inducedSubgraph abstractMixedGraph ,
const indexSet< TNode > &  ,
const indexSet< TArc > &  ,
const   TOption = OPT_PARALLELS
throw (ERRejected)