Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::HyperGraph::NodeElement Class Reference

Class for a node element. More...

#include <ogdf/basic/HyperGraph.h>

List of all members.

Public Member Functions

int index () const
 Returns the index of this node.
int degree () const
 Returns the number of incident edges.

Private Attributes

NodeElementm_pPrev
NodeElementm_pNext
AdjElementm_pFirstAdj
AdjElementm_pLastAdj
int m_numAdj
int m_index

Friends

class HyperGraph

Detailed Description

Class for a node element.

Definition at line 63 of file HyperGraph.h.


Member Function Documentation

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.


Friends And Related Function Documentation

friend class HyperGraph [friend]

Definition at line 65 of file HyperGraph.h.


Member Data Documentation

Definition at line 79 of file HyperGraph.h.

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.


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