Hi Shufei,
I defined an double array inside bundled vertex property, and have trouble
finding ways of accessing it.
Neither can I find any where in the document an example on it. Your input will
be much appreciated!
struct Node
{
// this is hard to access
double mode[3];
int test;
};
compiler error here:
boost::property_map<Graph, double Node::*>::type
nm = get(&Node::mode, *colGraph);//node mode