Class for the representation of nodes.
More...
#include <ogdf/basic/Graph_d.h>
List of all members.
Detailed Description
Class for the representation of nodes.
Definition at line 454 of file Graph_d.h.
Constructor & Destructor Documentation
| ogdf::NodeElement::NodeElement |
( |
int |
id |
) |
[inline, private] |
Member Function Documentation
| int ogdf::NodeElement::degree |
( |
|
) |
const [inline] |
Returns the degree of the node (indegree + outdegree).
Definition at line 493 of file Graph_d.h.
| adjEntry ogdf::NodeElement::firstAdj |
( |
|
) |
const [inline] |
Returns the first entry in the adjaceny list.
Definition at line 496 of file Graph_d.h.
| int ogdf::NodeElement::indeg |
( |
|
) |
const [inline] |
Returns the indegree of the node.
Definition at line 489 of file Graph_d.h.
| int ogdf::NodeElement::index |
( |
|
) |
const [inline] |
Returns the (unique) node index.
Definition at line 486 of file Graph_d.h.
| adjEntry ogdf::NodeElement::lastAdj |
( |
|
) |
const [inline] |
Returns the last entry in the adjacency list.
Definition at line 498 of file Graph_d.h.
| void ogdf::NodeElement::operator delete |
( |
void * |
p, |
|
|
size_t |
nBytes | |
|
) |
| | [inline] |
| void* ogdf::NodeElement::operator new |
( |
size_t |
, |
|
|
void * |
p | |
|
) |
| | [inline] |
| void* ogdf::NodeElement::operator new |
( |
size_t |
nBytes |
) |
[inline] |
| int ogdf::NodeElement::outdeg |
( |
|
) |
const [inline] |
Returns the outdegree of the node.
Definition at line 491 of file Graph_d.h.
| node ogdf::NodeElement::pred |
( |
|
) |
const [inline] |
Returns the predecessor in the list of all nodes.
Definition at line 503 of file Graph_d.h.
| node ogdf::NodeElement::succ |
( |
|
) |
const [inline] |
Returns the successor in the list of all nodes.
Definition at line 501 of file Graph_d.h.
Friends And Related Function Documentation
friend class Graph [friend] |
Member Data Documentation
The adjacency list of the node.
Definition at line 458 of file Graph_d.h.
The (unique) index of the node.
Definition at line 461 of file Graph_d.h.
The indegree of the node.
Definition at line 459 of file Graph_d.h.
The outdegree of the node.
Definition at line 460 of file Graph_d.h.
The documentation for this class was generated from the following file: