Class for a node element. More...
#include <ogdf/basic/HyperGraph.h>
Public Member Functions | |
| int | index () const |
| Returns the index of this node. | |
| int | degree () const |
| Returns the number of incident edges. | |
Private Attributes | |
| NodeElement * | m_pPrev |
| NodeElement * | m_pNext |
| AdjElement * | m_pFirstAdj |
| AdjElement * | m_pLastAdj |
| int | m_numAdj |
| int | m_index |
Friends | |
| class | HyperGraph |
Class for a node element.
Definition at line 63 of file HyperGraph.h.
| int ogdf::HyperGraph::NodeElement::degree | ( | ) | const [inline] |
Returns the number of incident edges.
Definition at line 71 of file HyperGraph.h.
| int ogdf::HyperGraph::NodeElement::index | ( | ) | const [inline] |
Returns the index of this node.
Definition at line 68 of file HyperGraph.h.
friend class HyperGraph [friend] |
Definition at line 65 of file HyperGraph.h.
int ogdf::HyperGraph::NodeElement::m_index [private] |
Definition at line 79 of file HyperGraph.h.
int ogdf::HyperGraph::NodeElement::m_numAdj [private] |
Definition at line 78 of file HyperGraph.h.
Definition at line 76 of file HyperGraph.h.
Definition at line 77 of file HyperGraph.h.
Definition at line 75 of file HyperGraph.h.
Definition at line 71 of file HyperGraph.h.