Hi Alex,
Im getting there, thanks for your help.
One thing that Im getting problems is the definition of the ColorMap.
typedef boost::default_color_type Color;
typedef boost::color_traits<Color> color_traits;
typedef boost::shared_array_property_map<Color> ColorMap;
ColorMap colorMap(boost::num_vertices(m_ugraph), indexMap);
###
error: wrong number of template arguments (1, should be 2)
In file included from /usr/include/boost/graph/named_function_params.hpp:25:0,
from /usr/include/boost/graph/breadth_first_search.hpp:23,
from ../graph.h:22,
from ../graph.cpp:1:
/usr/include/boost/property_map/shared_array_property_map.hpp:19:7:
error: provided for 'template
::vertex_descriptor&, Color&)'
###