Base class for GraphElement lists.
More...
#include <ogdf/basic/Graph_d.h>
List of all members.
Detailed Description
Base class for GraphElement lists.
Definition at line 93 of file Graph_d.h.
Constructor & Destructor Documentation
| ogdf::GraphListBase::GraphListBase |
( |
| ) |
|
|
inline |
Constructs an empty list.
Definition at line 100 of file Graph_d.h.
| ogdf::GraphListBase::~GraphListBase |
( |
| ) |
|
|
inline |
Member Function Documentation
| bool ogdf::GraphListBase::consistencyCheck |
( |
| ) |
|
|
inline |
Removes element pX from the list.
Definition at line 133 of file Graph_d.h.
Inserts element pX after element pY.
Definition at line 115 of file Graph_d.h.
Inserts element pX before element pY.
Definition at line 124 of file Graph_d.h.
Adds element pX at the end of the list.
Definition at line 105 of file Graph_d.h.
| void ogdf::GraphListBase::reverse |
( |
| ) |
|
|
inline |
template<class LIST >
| void ogdf::GraphListBase::sort |
( |
const LIST & |
newOrder | ) |
|
|
inline |
Sorts the list according to newOrder.
Definition at line 148 of file Graph_d.h.
Exchanges the positions of pX and pY in the list.
Definition at line 176 of file Graph_d.h.
Member Data Documentation
Pointer to the first element in the list.
Definition at line 95 of file Graph_d.h.
Pointer to the last element in the list.
Definition at line 96 of file Graph_d.h.
The documentation for this class was generated from the following file: