Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::HyperGraph::AdjElement Class Reference

class for an adjacency element More...

#include <ogdf/basic/HyperGraph.h>

List of all members.

Public Member Functions

 AdjElement ()
NodeElementtheNode ()
 Returns the node this instance connects to an edge.
EdgeElementtheEdge ()
 Returns the edge this instance connects to a node.
int index () const
 Returns the index of this element used when accessing arrays.

Private Member Functions

 AdjElement (NodeElement *pNode, EdgeElement *pEdge)

Private Attributes

NodeElementm_pNode
EdgeElementm_pEdge
AdjElementm_pPrev_nodeAdj
AdjElementm_pNext_nodeAdj
AdjElementm_pPrev_edgeAdj
AdjElementm_pNext_edgeAdj
int m_index

Friends

class HyperGraph

Detailed Description

class for an adjacency element

Definition at line 103 of file HyperGraph.h.


Constructor & Destructor Documentation

Definition at line 107 of file HyperGraph.h.

ogdf::HyperGraph::AdjElement::AdjElement ( NodeElement pNode,
EdgeElement pEdge 
) [inline, private]

Definition at line 120 of file HyperGraph.h.


Member Function Documentation

int ogdf::HyperGraph::AdjElement::index ( ) const [inline]

Returns the index of this element used when accessing arrays.

Definition at line 117 of file HyperGraph.h.

Returns the edge this instance connects to a node.

Definition at line 114 of file HyperGraph.h.

Returns the node this instance connects to an edge.

Definition at line 111 of file HyperGraph.h.


Friends And Related Function Documentation

friend class HyperGraph [friend]

Definition at line 105 of file HyperGraph.h.


Member Data Documentation

Definition at line 138 of file HyperGraph.h.

Definition at line 131 of file HyperGraph.h.

Definition at line 128 of file HyperGraph.h.


The documentation for this class was generated from the following file: