Representation of adjacency elements.
More...
#include <ogdf/basic/HyperGraph.h>
List of all members.
Public Member Functions |
| | AdjElement () |
| int | index () const |
| | Returns the index of this adjacency entry.
|
| EdgeElement * | theEdge () |
| | Returns the hyper edge associated with this adjacency entry.
|
| NodeElement * | theNode () |
| | Returns the node whose adjacency list contains this adjacency entry.
|
Detailed Description
Representation of adjacency elements.
Definition at line 110 of file HyperGraph.h.
Constructor & Destructor Documentation
| ogdf::HyperGraph::AdjElement::AdjElement |
( |
| ) |
|
|
inline |
Member Function Documentation
| int ogdf::HyperGraph::AdjElement::index |
( |
| ) |
const |
|
inline |
Returns the index of this adjacency entry.
Definition at line 124 of file HyperGraph.h.
Returns the hyper edge associated with this adjacency entry.
Definition at line 121 of file HyperGraph.h.
Returns the node whose adjacency list contains this adjacency entry.
Definition at line 118 of file HyperGraph.h.
Friends And Related Function Documentation
Member Data Documentation
| int ogdf::HyperGraph::AdjElement::m_index |
|
private |
| AdjElement* ogdf::HyperGraph::AdjElement::m_pNext_edgeAdj |
|
private |
| AdjElement* ogdf::HyperGraph::AdjElement::m_pNext_nodeAdj |
|
private |
| AdjElement* ogdf::HyperGraph::AdjElement::m_pPrev_edgeAdj |
|
private |
| AdjElement* ogdf::HyperGraph::AdjElement::m_pPrev_nodeAdj |
|
private |
The documentation for this class was generated from the following file: