Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::HyperGraph::EdgeElement Class Reference

Class for a hyper edge. More...

#include <ogdf/basic/HyperGraph.h>

List of all members.

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

EdgeElementm_pPrev
EdgeElementm_pNext
AdjElementm_pFirstAdj
AdjElementm_pLastAdj
int m_numAdj
int m_index

Friends

class HyperGraph

Detailed Description

Class for a hyper edge.

Definition at line 83 of file HyperGraph.h.


Member Function Documentation

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.


Friends And Related Function Documentation

friend class HyperGraph [friend]

Definition at line 85 of file HyperGraph.h.


Member Data Documentation

Definition at line 99 of file HyperGraph.h.

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.


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