Class for a hyper edge. More...
#include <ogdf/basic/HyperGraph.h>
Public Member Functions | |
| int | index () const |
| Returns the index of this element used when accessing arrays. | |
| int | cardinality () const |
| Returns the number of incident nodes. | |
Private Attributes | |
| EdgeElement * | m_pPrev |
| EdgeElement * | m_pNext |
| AdjElement * | m_pFirstAdj |
| AdjElement * | m_pLastAdj |
| int | m_numAdj |
| int | m_index |
Friends | |
| class | HyperGraph |
Class for a hyper edge.
Definition at line 83 of file HyperGraph.h.
| int ogdf::HyperGraph::EdgeElement::cardinality | ( | ) | const [inline] |
Returns the number of incident nodes.
Definition at line 91 of file HyperGraph.h.
| int ogdf::HyperGraph::EdgeElement::index | ( | ) | const [inline] |
Returns the index of this element used when accessing arrays.
Definition at line 88 of file HyperGraph.h.
friend class HyperGraph [friend] |
Definition at line 85 of file HyperGraph.h.
int ogdf::HyperGraph::EdgeElement::m_index [private] |
Definition at line 99 of file HyperGraph.h.
int ogdf::HyperGraph::EdgeElement::m_numAdj [private] |
Definition at line 98 of file HyperGraph.h.
Definition at line 96 of file HyperGraph.h.
Definition at line 97 of file HyperGraph.h.
Definition at line 95 of file HyperGraph.h.
Definition at line 91 of file HyperGraph.h.