digiKam
|
Public Member Functions | |
bool | isNull () const |
operator const vertex_t & () const | |
operator vertex_t & () | |
Vertex & | operator= (const vertex_t &other) |
bool | operator== (const vertex_t &other) const |
Vertex () | |
Vertex (const vertex_t &v) | |
Protected Attributes | |
vertex_t | v |
These two classes provide source-compatible wrappers for the vertex and edge descriptors, providing default construction to null and the isNull() method.
|
inline |
|
inline |
|
inline |
Referenced by Digikam::ItemHistoryGraphData::addHistory(), Digikam::ItemHistoryGraphData::addVertex(), Digikam::ItemHistoryGraphData::applyProperties(), Digikam::Graph< VertexProperties, EdgeProperties >::copyProperties(), Digikam::Graph< VertexProperties, EdgeProperties >::edgeDifference(), Digikam::Graph< VertexProperties, EdgeProperties >::longestPathTouching(), Digikam::Graph< VertexProperties, EdgeProperties >::remove(), Digikam::Graph< VertexProperties, EdgeProperties >::shortestPath(), Digikam::Graph< VertexProperties, EdgeProperties >::verticesBreadthFirst(), Digikam::Graph< VertexProperties, EdgeProperties >::verticesDepthFirstSorted(), and Digikam::Graph< VertexProperties, EdgeProperties >::verticesDominatedBy().
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |