Open
Graph Drawing
Framework

 v.2012.07
 

ogdf::GraphElement Class Reference

The base class for objects used by graphs like nodes, edges, etc. More...

#include <ogdf/basic/Graph_d.h>

+ Inheritance diagram for ogdf::GraphElement:

List of all members.

Protected Attributes

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

Friends

class Graph
class GraphListBase

Detailed Description

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.

Definition at line 80 of file Graph_d.h.


Friends And Related Function Documentation

friend class Graph
friend

Reimplemented in ogdf::EdgeElement, ogdf::NodeElement, and ogdf::AdjElement.

Definition at line 81 of file Graph_d.h.

friend class GraphListBase
friend

Reimplemented in ogdf::AdjElement.

Definition at line 82 of file Graph_d.h.


Member Data Documentation

GraphElement* ogdf::GraphElement::m_next
protected

The successor in the list.

Definition at line 85 of file Graph_d.h.

GraphElement* ogdf::GraphElement::m_prev
protected

The predecessor in the list.

Definition at line 86 of file Graph_d.h.


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