AdjArray implementation. More...
#include <ogdf/basic/HyperGraph.h>
Public Member Functions | |
| AdjArray (HyperGraph *pGraph) | |
| AdjArray (HyperGraph *pGraph, const T &initValue) | |
AdjArray implementation.
Definition at line 448 of file HyperGraph.h.
| ogdf::HyperGraph::AdjArray< T >::AdjArray | ( | HyperGraph * | pGraph | ) | [inline] |
Definition at line 451 of file HyperGraph.h.
| ogdf::HyperGraph::AdjArray< T >::AdjArray | ( | HyperGraph * | pGraph, |
| const T & | initValue | ||
| ) | [inline] |
Definition at line 452 of file HyperGraph.h.