#include <ogdf/geometric/cr_min/datastructure/OGDFVector.h>
Inheritance diagram for ogdf::internal::gcm::datastructure::EdgeVector< T, Graph >:Public Member Functions | |
| EdgeVector () | |
| EdgeVector (const EdgeVector &&x) | |
| EdgeVector (const EdgeVector &x) | |
| EdgeVector (const Graph &_g) | |
| EdgeVector (const Graph &_g, T &v) | |
| EdgeVector (const Graph &_g, T v) | |
| void | adapt () |
| EdgeVector< T, Graph > & | operator= (const EdgeVector< T, Graph > &x) |
| EdgeVector< T, Graph > & | operator= (EdgeVector< T, Graph > &&x) |
| reference | operator[] (const Edge &e) |
| const_reference | operator[] (const Edge &e) const |
Private Types | |
| using | const_reference = typename std::vector< T >::const_reference |
| using | Edge = typename Graph::Edge |
| using | reference = typename std::vector< T >::reference |
Private Attributes | |
| T | default_value |
| const Graph * | g |
Definition at line 96 of file OGDFVector.h.
|
private |
Definition at line 100 of file OGDFVector.h.
|
private |
Definition at line 98 of file OGDFVector.h.
|
private |
Definition at line 99 of file OGDFVector.h.
|
inline |
Definition at line 105 of file OGDFVector.h.
|
inline |
Definition at line 107 of file OGDFVector.h.
|
inline |
Definition at line 109 of file OGDFVector.h.
|
inline |
Definition at line 112 of file OGDFVector.h.
|
inline |
Definition at line 115 of file OGDFVector.h.
|
inline |
Definition at line 117 of file OGDFVector.h.
|
inline |
Definition at line 120 of file OGDFVector.h.
|
inline |
Definition at line 136 of file OGDFVector.h.
|
inline |
Definition at line 142 of file OGDFVector.h.
|
inline |
Definition at line 126 of file OGDFVector.h.
|
inline |
Definition at line 131 of file OGDFVector.h.
|
private |
Definition at line 102 of file OGDFVector.h.
|
private |
Definition at line 101 of file OGDFVector.h.