Functions | |
TArc * | abstractMixedGraph::InitEdgeColours (TArc def=NoArc) throw () |
TArc * | abstractMixedGraph::GetEdgeColours () const throw () |
TArc * | abstractMixedGraph::RawEdgeColours () throw () |
TArc | abstractMixedGraph::EdgeColour (TArc a) const throw (ERRange) |
void | abstractMixedGraph::SetEdgeColour (TArc a, TArc thisColour) throw (ERRange) |
void | abstractMixedGraph::ReleaseEdgeColours () throw () |
|
Retrieve a colour of a given edge.
|
|
Get access to the edge colours.
|
|
Initialize the edge colours.
|
|
Ensure existence of the edge colours.
|
|
Release the edge colours from memory. This implicitly sets all edge colours to NoArc. |
|
Assign a colour to a given edge.
This operation is little efficient if it is called for several nodes due to the attribute lookup operations which occur. |