The base class for objects used by (hyper)graphs. More...
#include <ogdf/basic/GraphList.h>
Protected Attributes | |
GraphElement * | m_next = nullptr |
The successor in the list. | |
GraphElement * | m_prev = nullptr |
The predecessor in the list. | |
Friends | |
class | GraphListBase |
class | ogdf::Graph |
The base class for objects used by (hyper)graphs.
Such graph objects are maintained in list (see GraphList<T>), and GraphElement basically provides a next and previous pointer for these objects.
Definition at line 55 of file GraphList.h.
|
friend |
Definition at line 57 of file GraphList.h.
|
friend |
Definition at line 56 of file GraphList.h.
|
protected |
The successor in the list.
Definition at line 60 of file GraphList.h.
|
protected |
The predecessor in the list.
Definition at line 61 of file GraphList.h.