Boost logo

Boost Users :

Subject: Re: [Boost-users] boost::filtered_graph filtering on vertex color... if I only had a colormap
From: Alex HighViz (alexhighviz_at_[hidden])
Date: 2017-11-18 20:36:47





>Adding the property internal to the graph by commenting out:

>    typedef boost::property<boost::vertex_index1_t, size_t,
>       boost::property<boost::vertex_component_t, int> > vertex_properties;
   

I would recommend using external property maps where possible. It makes life easier, because there is less magic and it will simplify debugging your code.



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net