Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Protected Member Functions | Protected Attributes

ogdf::GraphReduction Class Reference

#include <ogdf/graphalg/GraphReduction.h>

Inheritance diagram for ogdf::GraphReduction:
ogdf::Graph

List of all members.

Public Member Functions

 GraphReduction (const Graph &G)
virtual ~GraphReduction ()
const Graphoriginal () const
node original (node v) const
const List< edge > & original (edge e) const
node reduction (node v) const
edge reduction (edge e) const

Protected Member Functions

 GraphReduction ()

Protected Attributes

const Graphm_pGraph
NodeArray< nodem_vOrig
EdgeArray< List< edge > > m_eOrig
NodeArray< nodem_vReduction
EdgeArray< edgem_eReduction

Detailed Description

Definition at line 72 of file GraphReduction.h.


Constructor & Destructor Documentation

ogdf::GraphReduction::GraphReduction (  )  [inline, protected]

Definition at line 82 of file GraphReduction.h.

ogdf::GraphReduction::GraphReduction ( const Graph G  ) 
virtual ogdf::GraphReduction::~GraphReduction (  )  [inline, virtual]

Definition at line 87 of file GraphReduction.h.


Member Function Documentation

const Graph& ogdf::GraphReduction::original (  )  const [inline]

Definition at line 90 of file GraphReduction.h.

node ogdf::GraphReduction::original ( node  v  )  const [inline]

Definition at line 93 of file GraphReduction.h.

const List<edge>& ogdf::GraphReduction::original ( edge  e  )  const [inline]

Definition at line 95 of file GraphReduction.h.

node ogdf::GraphReduction::reduction ( node  v  )  const [inline]

Definition at line 98 of file GraphReduction.h.

edge ogdf::GraphReduction::reduction ( edge  e  )  const [inline]

Definition at line 100 of file GraphReduction.h.


Member Data Documentation

Definition at line 77 of file GraphReduction.h.

Definition at line 80 of file GraphReduction.h.

Definition at line 75 of file GraphReduction.h.

Definition at line 76 of file GraphReduction.h.

Definition at line 79 of file GraphReduction.h.


The documentation for this class was generated from the following file: