Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::tsp_tour_len_visitor< Graph, WeightMap, OutIter, Length > Class Template Reference

#include <metric_tsp_approx.hpp>

Public Member Functions

 tsp_tour_len_visitor (Graph const &, OutIter iter, Length &l, WeightMap map)
 
void visit_vertex (Vertex v, const Graph &g)
 

Constructor & Destructor Documentation

template<typename Graph, typename WeightMap, typename OutIter, typename Length>
boost::tsp_tour_len_visitor< Graph, WeightMap, OutIter, Length >::tsp_tour_len_visitor ( Graph const &  ,
OutIter  iter,
Length &  l,
WeightMap  map 
)
inline

Member Function Documentation

template<typename Graph, typename WeightMap, typename OutIter, typename Length>
void boost::tsp_tour_len_visitor< Graph, WeightMap, OutIter, Length >::visit_vertex ( Vertex  v,
const Graph &  g 
)
inline

The documentation for this class was generated from the following file: