#include <ogdf/graphalg/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 72 of file GraphReduction.h.
| 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.
| const Graph& ogdf::GraphReduction::original | ( | ) | const [inline] |
Definition at line 90 of file GraphReduction.h.
Definition at line 93 of file GraphReduction.h.
Definition at line 95 of file GraphReduction.h.
Definition at line 98 of file GraphReduction.h.
Definition at line 100 of file GraphReduction.h.
EdgeArray<List<edge> > ogdf::GraphReduction::m_eOrig [protected] |
Definition at line 77 of file GraphReduction.h.
EdgeArray<edge> ogdf::GraphReduction::m_eReduction [protected] |
Definition at line 80 of file GraphReduction.h.
const Graph* ogdf::GraphReduction::m_pGraph [protected] |
Definition at line 75 of file GraphReduction.h.
NodeArray<node> ogdf::GraphReduction::m_vOrig [protected] |
Definition at line 76 of file GraphReduction.h.
NodeArray<node> ogdf::GraphReduction::m_vReduction [protected] |
Definition at line 79 of file GraphReduction.h.