|
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