#include <ogdf/geometric/cr_min/datastructure/OGDFVector.h>
Inheritance diagram for ogdf::internal::gcm::datastructure::NodeVector< T, Graph >:Public Member Functions | |
| NodeVector () | |
| NodeVector (const Graph &_g) | |
| NodeVector (const Graph &_g, T &v) | |
| NodeVector (const Graph &_g, T v) | |
| NodeVector (const NodeVector< T, Graph > &x) | |
| void | adapt () |
| NodeVector< T, Graph > & | operator= (const NodeVector< T, Graph > &x) |
| NodeVector< T, Graph > & | operator= (NodeVector< T, Graph > &&x) |
| reference | operator[] (const Node &v) |
| const_reference | operator[] (const Node &v) const |
Private Types | |
| using | const_reference = typename std::vector< T >::const_reference |
| using | Node = typename Graph::Node |
| using | reference = typename std::vector< T >::reference |
Private Attributes | |
| T | default_value |
| const Graph * | g |
Definition at line 42 of file OGDFVector.h.
|
private |
Definition at line 46 of file OGDFVector.h.
|
private |
Definition at line 44 of file OGDFVector.h.
|
private |
Definition at line 45 of file OGDFVector.h.
|
inline |
Definition at line 53 of file OGDFVector.h.
|
inline |
Definition at line 55 of file OGDFVector.h.
|
inline |
Definition at line 57 of file OGDFVector.h.
|
inline |
Definition at line 60 of file OGDFVector.h.
|
inline |
Definition at line 63 of file OGDFVector.h.
|
inline |
Definition at line 66 of file OGDFVector.h.
|
inline |
Definition at line 82 of file OGDFVector.h.
|
inline |
Definition at line 88 of file OGDFVector.h.
|
inline |
Definition at line 72 of file OGDFVector.h.
|
inline |
Definition at line 77 of file OGDFVector.h.
|
private |
Definition at line 49 of file OGDFVector.h.
|
private |
Definition at line 48 of file OGDFVector.h.