#include <ogdf/geometric/cr_min/datastructure/OGDFVector.h>
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 43 of file OGDFVector.h.
|
private |
Definition at line 47 of file OGDFVector.h.
|
private |
Definition at line 45 of file OGDFVector.h.
|
private |
Definition at line 46 of file OGDFVector.h.
|
inline |
Definition at line 54 of file OGDFVector.h.
|
inline |
Definition at line 56 of file OGDFVector.h.
|
inline |
Definition at line 58 of file OGDFVector.h.
|
inline |
Definition at line 61 of file OGDFVector.h.
|
inline |
Definition at line 64 of file OGDFVector.h.
|
inline |
Definition at line 67 of file OGDFVector.h.
|
inline |
Definition at line 83 of file OGDFVector.h.
|
inline |
Definition at line 89 of file OGDFVector.h.
|
inline |
Definition at line 73 of file OGDFVector.h.
|
inline |
Definition at line 78 of file OGDFVector.h.
|
private |
Definition at line 50 of file OGDFVector.h.
|
private |
Definition at line 49 of file OGDFVector.h.