#include <GraphReduction.h>

Public Member Functions | |
| GraphReduction (const Graph &G) | |
| virtual | ~GraphReduction () |
| const Graph & | original () 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 Graph * | m_pGraph |
| NodeArray< node > | m_vOrig |
| EdgeArray< List< edge > > | m_eOrig |
| NodeArray< node > | m_vReduction |
| EdgeArray< edge > | m_eReduction |
Definition at line 70 of file GraphReduction.h.
| ogdf::GraphReduction::GraphReduction | ( | ) | [inline, protected] |
Definition at line 80 of file GraphReduction.h.
| ogdf::GraphReduction::GraphReduction | ( | const Graph & | G | ) |
| virtual ogdf::GraphReduction::~GraphReduction | ( | ) | [inline, virtual] |
Definition at line 85 of file GraphReduction.h.
| const Graph& ogdf::GraphReduction::original | ( | ) | const [inline] |
Definition at line 88 of file GraphReduction.h.
Definition at line 91 of file GraphReduction.h.
Definition at line 93 of file GraphReduction.h.
Definition at line 96 of file GraphReduction.h.
Definition at line 98 of file GraphReduction.h.
const Graph* ogdf::GraphReduction::m_pGraph [protected] |
Definition at line 73 of file GraphReduction.h.
NodeArray<node> ogdf::GraphReduction::m_vOrig [protected] |
Definition at line 74 of file GraphReduction.h.
EdgeArray<List<edge> > ogdf::GraphReduction::m_eOrig [protected] |
Definition at line 75 of file GraphReduction.h.
NodeArray<node> ogdf::GraphReduction::m_vReduction [protected] |
Definition at line 77 of file GraphReduction.h.
EdgeArray<edge> ogdf::GraphReduction::m_eReduction [protected] |
Definition at line 78 of file GraphReduction.h.