Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph::detail::stoer_wagner_min_cut_impl< UndirectedGraph, WeightMap > Struct Template Reference

#include <stoer_wagner_min_cut.hpp>

Public Types

typedef boost::property_traits
< WeightMap >::value_type 
result_type
 

Public Member Functions

template<typename ArgPack >
result_type operator() (const UndirectedGraph &g, WeightMap weights, const ArgPack &arg_pack) const
 

Member Typedef Documentation

template<class UndirectedGraph , class WeightMap >
typedef boost::property_traits<WeightMap>::value_type boost::graph::detail::stoer_wagner_min_cut_impl< UndirectedGraph, WeightMap >::result_type

Member Function Documentation

template<class UndirectedGraph , class WeightMap >
template<typename ArgPack >
result_type boost::graph::detail::stoer_wagner_min_cut_impl< UndirectedGraph, WeightMap >::operator() ( const UndirectedGraph &  g,
WeightMap  weights,
const ArgPack &  arg_pack 
) const
inline

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