49#ifndef DOXYGEN_SHOULD_SKIP_THIS
56 template <
typename VAL >
58 return _arcs_.hashMap(f, size);
61 template <
typename VAL >
63 return _arcs_.hashMap(val, size);
67 template <
typename VAL >
ArcProperty< VAL > arcsProperty(VAL(*f)(const Arc &), Size size=0) const
a method to create a hashMap of VAL from a set of arcs (using for every arc, say x,...
Set< Arc > _arcs_
the set of all the arcs contained within the ArcGraphPart
List< VAL > listMapArcs(VAL(*f)(const Arc &)) const
a method to create a list of VAL from a set of arcs (using for every arc, say x, the VAL f(x))
The base class for all directed edges.
Generic doubly linked lists.
std::size_t Size
In aGrUM, hashed values are unsigned long int.
HashTable< Arc, VAL > ArcProperty
Property on graph elements.
gum is the global namespace for all aGrUM entities