Functions | |
TFloat * | abstractMixedGraph::InitDistanceLabels (TFloat def=InfFloat) throw () |
TFloat * | abstractMixedGraph::GetDistanceLabels () const throw () |
TFloat * | abstractMixedGraph::RawDistanceLabels () throw () |
virtual TFloat | abstractMixedGraph::Dist (TNode v) const throw (ERRange) |
void | abstractMixedGraph::SetDist (TNode v, TFloat thisDist) throw (ERRange) |
void | abstractMixedGraph::ReleaseLabels () throw () |
|
Retrieve the distance label of a given node.
|
|
Get access to the distance labels.
|
|
Initialize the distance labels.
|
|
Ensure existence of the distance labels.
|
|
Release the distance labels from memory. This implicitly sets all distance labels to InfFloat. |
|
Assign a distance label to a given node.
This operation is little efficient if it is called for several nodes due to the attribute lookup operations which occur. |