51#ifndef DOXYGEN_SHOULD_SKIP_THIS
58 template <
typename VAL >
60 return _arcs_.hashMap(f, size);
63 template <
typename VAL >
65 return _arcs_.hashMap(val, size);
69 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