Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::internal::GraphElement Class Reference

The base class for objects used by (hyper)graphs. More...

#include <ogdf/basic/GraphList.h>

+ Inheritance diagram for ogdf::internal::GraphElement:

Protected Attributes

GraphElementm_next = nullptr
 The successor in the list.
 
GraphElementm_prev = nullptr
 The predecessor in the list.
 

Friends

class GraphListBase
 
class ogdf::Graph
 

Detailed Description

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.

Friends And Related Symbol Documentation

◆ GraphListBase

Definition at line 57 of file GraphList.h.

◆ ogdf::Graph

Definition at line 56 of file GraphList.h.

Member Data Documentation

◆ m_next

GraphElement* ogdf::internal::GraphElement::m_next = nullptr
protected

The successor in the list.

Definition at line 60 of file GraphList.h.

◆ m_prev

GraphElement* ogdf::internal::GraphElement::m_prev = nullptr
protected

The predecessor in the list.

Definition at line 61 of file GraphList.h.


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