Boost logo

Boost Users :

From: Meththa (meththa82_at_[hidden])
Date: 2007-09-10 07:30:32


Hi, I am a newbie to Boost and would like some help with implementing a program. I want to use the Kamada Kawai spring layout algorithm and I do not know what to pass for the final parameter when calling the function. the template of the function is given below. template<typename Graph, typename PositionMap, typename WeightMap, typename T, bool EdgeOrSideLength> bool kamada_kawai_spring_layout(const Graph & g, PositionMap position, WeightMap weight, unspecified edge_or_side_length); I do not understand what value needs to be given and what type for unspecified edge_or_side_length. Can someone please point me in the right direction with regards to this. Thanks ____________________________________________________________________________________Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. http://tv.yahoo.com/



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