The base class for objects used by graphs like nodes, edges, etc. More...
#include <ogdf/basic/Graph_d.h>
Inheritance diagram for ogdf::GraphElement:Protected Attributes | |
| GraphElement * | m_next |
| The successor in the list. | |
| GraphElement * | m_prev |
| The predecessor in the list. | |
Friends | |
| class | Graph |
| class | GraphListBase |
The base class for objects used by graphs like nodes, edges, etc.
Such graph objects are maintained in list (see GraphList<T>), and GraphElement basically provides a next and previous pointer for these objects.
|
friend |
Reimplemented in ogdf::EdgeElement, ogdf::NodeElement, and ogdf::AdjElement.
|
friend |
Reimplemented in ogdf::AdjElement.
|
protected |
|
protected |