23 Jan
2014
23 Jan
'14
11:27 a.m.
From:The Maschine Im getting there, thanks for your help.
One thing that Im getting problems is the definition of the ColorMap.
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)
My fault for not trying it out.
How about:
typedef boost::property_map